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}"