Update swizzin-install.sh

This commit is contained in:
CanbiZ 2025-08-04 11:32:36 +02:00
parent 675f68f70d
commit 1c736626df

View File

@ -21,7 +21,7 @@ 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
return 10
fi
bash <(curl -sL s5n.sh)