From e2e595049c28b3b51bab8cd10e61968adfa2dff5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:22:20 +0200 Subject: [PATCH] Hint --- ct/swizzin.sh | 3 +-- install/swizzin-install.sh | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ct/swizzin.sh b/ct/swizzin.sh index 5aaafed6..de10cb1b 100644 --- a/ct/swizzin.sh +++ b/ct/swizzin.sh @@ -28,7 +28,7 @@ function update_script() { exit fi msg_info "Running 'sudo box update' inside the container\n" - sudo box update + $STD sudo box update msg_ok "Update finished\n" exit } @@ -39,6 +39,5 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${CREATING}${GN}${APP} Access it by running 'sudo box' inside the new container${CL}" echo -e "${INFO}${YW}If installed panel, access through the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" diff --git a/install/swizzin-install.sh b/install/swizzin-install.sh index ec6f2ced..a9e143b1 100644 --- a/install/swizzin-install.sh +++ b/install/swizzin-install.sh @@ -14,7 +14,9 @@ network_check update_os msg_warn "WARNING: This script will run an external installer from a third-party source (swizzin.io)." -msg_warn "You are about to execute code that is NOT maintained by our repository." +msg_warn "The following code is NOT maintained or audited by our repository." +msg_warn "If you have any doubts or concerns, please review the installer code before proceeding:" +msg_warn " → https://s5n.sh" echo read -r -p "${TAB3}Do you want to continue? [y/N]: " CONFIRM if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then