From 0d0cad2be6025d54930326ebf166eb8caf4b185c Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Wed, 13 Mar 2024 13:40:15 -0700 Subject: [PATCH] remove extra restart --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index b03e0e0..32a0fcb 100755 --- a/install.sh +++ b/install.sh @@ -31,4 +31,3 @@ adb shell '/bin/rootshell -c "mv /tmp/misc-daemon /etc/init.d/misc-daemon"' adb shell '/bin/rootshell -c "chmod 755 /etc/init.d/rayhunter_daemon"' adb shell '/bin/rootshell -c "chmod 755 /etc/init.d/misc-daemon"' ./make.sh -adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon start"'