init.sh aktualisiert

This commit is contained in:
2025-12-19 15:46:43 +01:00
parent c607f18605
commit 0a25130b25
+4 -3
View File
@@ -8,9 +8,10 @@ if [[ "$EUID" -ne 0 ]]; then
fi
# --- User input ---
read -rp "Newt ID: " NEWT_ID
read -rp "Newt Secret: " NEWT_SECRET
read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT
read -rp "Newt ID: " NEWT_ID < /dev/tty
read -srp "Newt Secret: " NEWT_SECRET < /dev/tty
echo
read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT < /dev/tty
echo
echo "➡️ Installiere newt über Pangolin Installer..."