From 55cd98732eaafa0a5578cb87da82ca39df5fe50c Mon Sep 17 00:00:00 2001 From: Dalton Durst Date: Sat, 23 Dec 2017 22:12:35 -0600 Subject: [PATCH] Remove reboot command from halium-install --- halium-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/halium-install b/halium-install index 6dd67cb..15cdffd 100755 --- a/halium-install +++ b/halium-install @@ -200,5 +200,5 @@ echo -n "cleaning up on device ... " cleanup_device echo "[done]" -echo "rebooting device" -adb reboot +echo "All done! Now you can use 'adb shell' to get a shell to the recovery, or" +echo "simply reboot your device to start Halium."