Compare commits

..

2 Commits

Author SHA1 Message Date
Tobias d47d4f7bd7 fix: update install url 2026-08-15 23:02:19 +02:00
Tobias 17394ea2ef swizzin: fix source url 2026-08-15 17:41:20 +02:00
+2 -2
View File
@@ -16,14 +16,14 @@ update_os
msg_warn "WARNING: This script will run an external installer from a third-party source (https://swizzin.ltd/)."
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_custom "${TAB3}${GATEWAY}${BGN}${CL}" "\e[1;34m" "→ https://s5n.sh"
msg_custom "${TAB3}${GATEWAY}${BGN}${CL}" "\e[1;34m" "→ https://raw.githubusercontent.com/swizzin/swizzin/master/setup.sh"
echo
read -r -p "${TAB3}Do you want to continue? [y/N]: " CONFIRM
if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
msg_error "Aborted by user. No changes have been made."
exit 10
fi
bash <(curl -fsSL https://s5n.sh)
bash <(curl -fsSL https://raw.githubusercontent.com/swizzin/swizzin/master/setup.sh)
motd_ssh
customize