feat(bootstrapper-script): Commented out stuff for checking if we're on home dir

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-05-16 19:16:43 +08:00 committed by GitHub
parent 51c514f389
commit 4972ca43ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ else
echo "⚠ Proceeding, please don't expect this works if things go brrr..."
fi
if [[ $PWD != $HOME ]]; then
echo "This script only works if you're in the home directory"
exit 1
fi
#if [[ $PWD != $HOME ]]; then
# echo "This script only works if you're in the home directory"
# exit 1
#fi
if echo $OSTYPE | grep -qE linux-android.*; then
# Assuming that you istalled either wget or curl