Update and rename install.sh to install.sh

This commit is contained in:
Masoud Shokohi 2021-10-25 02:54:01 +03:30 committed by GitHub
parent baf750466a
commit 5fff522959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
if ! [ -e .git ]; then
echo "Please run this from repo root directory"
echo "Please run this from repo root directory"
exit 1
fi