Shit Linus did again.

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

View File

@ -6,8 +6,10 @@ echo "Starting up in 3 seconds..."
sleep 3
echo "==> Prompt ahead: Enter your GitLab Auth tokens"
read -p "Your username: " GH_USERNAME
read -s -p "Your GitLab.com PAT: " GH_PAT
read -sp "Your GitLab.com PAT: " GH_PAT
if echo $OSTYPE | grep linux-android.*; then
# Assuming that you ibstalled wget and curl