diff --git a/CHANGELOG.md b/CHANGELOG.md index d89e1f2529..7d67d13e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/menu/desec_menu.sh b/menu/desec_menu.sh index 7484e1fbff..7d8cd045f0 100644 --- a/menu/desec_menu.sh +++ b/menu/desec_menu.sh @@ -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..." diff --git a/static/temporary-fix-begining.sh b/static/temporary-fix-begining.sh index d7dff0bbca..faaa75db0e 100644 --- a/static/temporary-fix-begining.sh +++ b/static/temporary-fix-begining.sh @@ -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