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 fi
# --- User input --- # --- User input ---
read -rp "Newt ID: " NEWT_ID read -rp "Newt ID: " NEWT_ID < /dev/tty
read -rp "Newt Secret: " NEWT_SECRET read -srp "Newt Secret: " NEWT_SECRET < /dev/tty
read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT echo
read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT < /dev/tty
echo echo
echo "➡️ Installiere newt über Pangolin Installer..." echo "➡️ Installiere newt über Pangolin Installer..."