init.sh aktualisiert
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user