Update setup.sh

This commit is contained in:
peterpt 2017-02-26 16:32:40 -05:00 committed by GitHub
parent 460533d309
commit 491c5ae357
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ sleep 2
fi
#Installing dependencies for Zipalign
echo "[ ! ] Installing Zipalign & Android-sdk dependencies from your apt sources"
xterm -T "☣ INSTALL ZIPALING & ANDROID-SDK DEPENDENCIES ☣" -geometry 100x30 -e "sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev -y "
echo "[ ! ] Installing Zipalign dependencies from your apt sources"
xterm -T "☣ INSTALL ZIPALING ☣" -geometry 100x30 -e "sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev -y "
echo "[ ✔ ] Done installing ...."
sleep 2