From 6bca42b3a2b31de03747f9d4ef413b5948d48fb3 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:54:12 +0200 Subject: [PATCH] Update var_arm64 default value and cleanup messages Changed default value of var_arm64 to 'yes' and removed setup completion message. --- ct/chevereto.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/chevereto.sh b/ct/chevereto.sh index 05704305f..f59a55112 100644 --- a/ct/chevereto.sh +++ b/ct/chevereto.sh @@ -14,7 +14,7 @@ var_ram="${var_ram:-2048}" var_disk="${var_disk:-10}" var_os="${var_os:-debian}" var_version="${var_version:-13}" -#var_arm64="${var_arm64:-no}" # unset = ask the user; set yes/no only when verified +var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" header_info "$APP" @@ -69,4 +69,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW}Access it using the following URL:${CL}" echo -e "${GATEWAY}${BGN}http://${IP}${CL}" -echo -e "${INFO}${YW}Complete the setup by finishing the web installer in your browser.${CL}"