Hint
This commit is contained in:
parent
eaa4e4b32d
commit
e2e595049c
@ -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}"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user