Merge pull request #9 from Tzeny/patch-1

Update install.sh
This commit is contained in:
Vincent Hsu 2020-12-13 22:31:26 +08:00 committed by GitHub
commit edcc59014f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,11 @@ if [ ! $(which wget) ]; then
exit 1
fi
if [ ! $(which git) ]; then
echo 'Please install git package'
exit 1
fi
if [ ! $(which unzip) ]; then
echo 'Please install zip package'
exit 1