Kinda sus bruh

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-02-20 22:46:14 +08:00 committed by GitHub
parent 8b7471b992
commit 58414cd702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ echo "Starting up in 3 seconds..."
sleep 3
echo "==> Prompt ahead: Enter your GitLab Auth tokens"
read -p "Your username: " GH_USERNAME
read -p "Your username: " GH_USERNAME
read -s -p "Your GitLab.com PAT: " GH_PAT
if echo $OSTYPE | grep linux-android.*; then