Loading linux/install-from-recovery.sh +4 −4 Original line number Original line Diff line number Diff line Loading @@ -50,11 +50,11 @@ fi # "$ADB_PATH" devices # "$ADB_PATH" devices "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system" ; echo "system wiped" echo "system wiped" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache" ; echo "cache wiped" echo "cache wiped" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data" ; echo "data wiped" echo "data wiped" Loading @@ -67,6 +67,6 @@ then exit 3 ; fi sleep 1 sleep 1 "$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME" "$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME" ; sleep 1 sleep 1 linux/wait-recovery.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ echo "waiting for recovery" if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery then then echo "device found in recovery" echo "device found in recovery" if ! "$ADB_PATH" -s "$DEVICE_ID" shell twrp mount system if ! "$ADB_PATH" -s "$DEVICE_ID" shell "twrp mount system" ; then then echo "twrp mount system failed" echo "twrp mount system failed" exit 1 exit 1 Loading Loading
linux/install-from-recovery.sh +4 −4 Original line number Original line Diff line number Diff line Loading @@ -50,11 +50,11 @@ fi # "$ADB_PATH" devices # "$ADB_PATH" devices "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe system" ; echo "system wiped" echo "system wiped" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe cache" ; echo "cache wiped" echo "cache wiped" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data" "$ADB_PATH" -s "$DEVICE_ID" shell "twrp wipe data" ; echo "data wiped" echo "data wiped" Loading @@ -67,6 +67,6 @@ then exit 3 ; fi sleep 1 sleep 1 "$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME" "$ADB_PATH" -s "$DEVICE_ID" shell rm /sdcard/"$ARCHIVE_NAME" ; sleep 1 sleep 1
linux/wait-recovery.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ echo "waiting for recovery" if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery if "$ADB_PATH" -s "$DEVICE_ID" wait-for-recovery then then echo "device found in recovery" echo "device found in recovery" if ! "$ADB_PATH" -s "$DEVICE_ID" shell twrp mount system if ! "$ADB_PATH" -s "$DEVICE_ID" shell "twrp mount system" ; then then echo "twrp mount system failed" echo "twrp mount system failed" exit 1 exit 1 Loading