diff --git a/setup.sh b/setup.sh index 410d0ab..140b560 100644 --- a/setup.sh +++ b/setup.sh @@ -3,11 +3,11 @@ set -eu chmod +x ./gradlew -if [ -n "$1" ]; then - mkdir -p $ANDROID_HOME/licenses - echo -e $1 >> $ANDROID_HOME/licenses/android-sdk-license - echo $"\nLicences accepted!" -fi +# if [ -n "$1" ]; then +# mkdir -p $ANDROID_HOME/licenses +# echo -e $1 >> $ANDROID_HOME/licenses/android-sdk-license +# echo $"\nLicences accepted!" +# fi # echo $"\n--> Running './gradlew $2'\n" # sh -c "./gradlew $2"