Update bootstrap-linux.sh

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-04 23:24:08 +08:00 committed by GitHub
parent 0cd65893d3
commit 73bca39a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if echo $OSTYPE | grep linux-android.*; then
echo "✔ Task completed. Now, you need to manually import your"
echo " PGP keys with the included import-pgp-keys script."
elif echo $OSTYPE | grep linux-gnu.* && ;then
#elif echo $OSTYPE | grep linux-gnu.* && ;then
else
echo "Script unsupported in this machine. See the online README for help."
fi