mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
change scripts to Menu for all menu's (#1504)
This commit is contained in:
parent
f112058d1c
commit
3cecc203f1
@ -45,17 +45,17 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
|
||||
case "$choice" in
|
||||
*"Documentserver"*)
|
||||
clear
|
||||
print_text_in_color "$ICyan" "Downloading the Documentserver script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Documentserver Menu..."
|
||||
run_script MENU documentserver
|
||||
;;&
|
||||
*"Bitwarden"*)
|
||||
clear
|
||||
print_text_in_color "$ICyan" "Downloading the Bitwarden script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Bitwarden Menu..."
|
||||
run_script MENU bitwarden_menu
|
||||
;;&
|
||||
*"Fail2ban "*)
|
||||
clear
|
||||
print_text_in_color "$ICyan" "Downloading the Fail2ban script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Fail2ban Menu..."
|
||||
run_script MENU fail2ban_menu
|
||||
;;&
|
||||
*"Adminer"*)
|
||||
@ -114,7 +114,7 @@ case "$choice" in
|
||||
;;&
|
||||
*"Talk"*)
|
||||
clear
|
||||
print_text_in_color "$ICyan" "Downloading the Talk script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Talk Menu..."
|
||||
run_script MENU talk_menu
|
||||
;;&
|
||||
*"Webmin"*)
|
||||
|
||||
@ -35,19 +35,19 @@ $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
|
||||
|
||||
case "$choice" in
|
||||
"Additional Apps")
|
||||
print_text_in_color "$ICyan" "Downloading the Additional Apps script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Additional Apps Menu..."
|
||||
run_script MENU additional_apps
|
||||
;;
|
||||
"Nextcloud Configuration")
|
||||
print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration Menu..."
|
||||
run_script MENU nextcloud_configuration
|
||||
;;
|
||||
"Startup Configuration")
|
||||
print_text_in_color "$ICyan" "Downloading the Startup Configuration script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Startup Configuration Menu..."
|
||||
run_script MENU startup_configuration
|
||||
;;
|
||||
"Server Configuration")
|
||||
print_text_in_color "$ICyan" "Downloading the Server Configuration script..."
|
||||
print_text_in_color "$ICyan" "Downloading the Server Configuration Menu..."
|
||||
run_script MENU server_configuration
|
||||
;;
|
||||
"Update Nextcloud")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user