From a028e83ecb52f394d989566a19354a2bb3fa7f7f Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 14 May 2020 21:27:10 +0200 Subject: [PATCH] change to download apps.sh instead --- static/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main_menu.sh b/static/main_menu.sh index 1b21bbcc..c77e59b3 100644 --- a/static/main_menu.sh +++ b/static/main_menu.sh @@ -27,7 +27,7 @@ case "$choice" in "Additional Apps") if network_ok then - run_static_script additional_apps + run_static_script apps fi ;; "Nextcloud Configuration")