Skip to content

Commit

Permalink
v0.9.5a
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyRepo committed Jul 27, 2017
1 parent 22a4816 commit 776cb19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aosip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 for AOSiP\e[0m'
echo -e '\e[104mBuild and Sync Script v0.9.5a 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
Expand Down Expand Up @@ -36,7 +36,8 @@ 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
time mka kronic
time make -j8 kronic
pause 1
exit
;;
"Auto Sync and Build")
Expand Down

0 comments on commit 776cb19

Please sign in to comment.