diff --git a/aosip.sh b/aosip.sh index 726390a..7f30f58 100644 --- a/aosip.sh +++ b/aosip.sh @@ -3,7 +3,7 @@ echo -e '\e[104mStarting AOSiP Helper. Press any key to clear the terminal and continue\e[0m' read -n 1 -s clear - echo -e '\e[104mBuild and Sync Script v0.9.5a for AOSiP\e[0m' + echo -e '\e[104mBuild and Sync Script v0.9.5b for AOSiP\e[0m' echo -e '\e[91mThis build still contains test code. Not for daily use. Devs and testers Only.\e[0m' cd ~/build/aosip PATH=~/bin:$PATH @@ -36,6 +36,7 @@ do echo -e '\e[32mYou are going to build for' $devicename '\e[32mdevice model\e[0m' echo -e '\e[32mStarting build\e[0m' sleep 2 + lunch aosip_$devicename-userdebug time make -j8 kronic pause 1 exit