Add +x permissions on scripts

This commit is contained in:
Guilherme 2021-04-30 12:16:45 -03:00
parent 1cc8b7ac2e
commit 3b8947fffa
4 changed files with 5 additions and 23 deletions

13
Bootstrap.sh Normal file → Executable file
View file

@ -1,13 +1,4 @@
#!/usr/bin/env sh
# Linux
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
# Mac
elif [ "$(uname)" = "Darwin" ]
then
fi
sudo chmod +x ./gradlew
sudo chmod +x ./Scripts/Package.ps1