From 776cb1915ada2310bed70295d87b9ea6e234f9df Mon Sep 17 00:00:00 2001 From: LuckyRepo Date: Thu, 27 Jul 2017 02:36:31 -0400 Subject: [PATCH] v0.9.5a --- aosip.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aosip.sh b/aosip.sh index 37e2bbf..726390a 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.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 @@ -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")