Skip to content

Commit

Permalink
23.0.2 (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Feb 27, 2022
1 parent 68f73e5 commit 2f590f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,18 @@ If you run Hyper-V or want 500 GB, 1 TB or 2 TB VM you can download it from [T&M

PR's are more than welcome. Happy Nextclouding!

## 23.0.2

### Small changelog:
- Change to another Full Text Search implementation
- Improve deSEC functions
- Minor bugfixes and improvements
- And more...

### Full changelog:
- https://github.com/nextcloud/vm/compare/23.0.1..23.0.2
- https://nextcloud.com/changelog/#latest23

## 23.0.1

### Small changelog:
Expand Down
5 changes: 1 addition & 4 deletions menu/desec_menu.sh
Expand Up @@ -26,10 +26,7 @@ $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
case "$choice" in
"Install deSEC")
print_text_in_color "$ICyan" "Downloading the deSEC install script..."
# run_script DESEC desec
# TODO fix for 23.0.2
curl_to_dir "https://raw.githubusercontent.com/nextcloud/vm/master/addons/deSEC" "desec.sh" "$SCRIPTS"
bash "$SCRIPTS"/desec.sh
run_script DESEC desec
;;
"deSEC Subdomain")
print_text_in_color "$ICyan" "Downloading the deSEC subdomain script..."
Expand Down
2 changes: 0 additions & 2 deletions static/temporary-fix-begining.sh
Expand Up @@ -16,6 +16,4 @@ debug_mode
# Must be root
root_check

curl_to_dir "https://raw.githubusercontent.com/nextcloud/vm/master/menu" "desec_menu.sh" "$SCRIPTS"

exit

0 comments on commit 2f590f4

Please sign in to comment.