Loading push-update.sh +3 −0 Original line number Diff line number Diff line Loading @@ -51,3 +51,6 @@ adb shell "killall org.lineageos.updater 2>/dev/null" adb shell "sqlite3 /data/data/org.lineageos.updater/databases/updates.db" \ "\"INSERT INTO updates (status, path, download_id, timestamp, type, version, size)" \ " VALUES ($status, '$zip_path_device', '$id', $timestamp, '$type', '$version', $size)\"" # Exit root mode adb unroot Loading
push-update.sh +3 −0 Original line number Diff line number Diff line Loading @@ -51,3 +51,6 @@ adb shell "killall org.lineageos.updater 2>/dev/null" adb shell "sqlite3 /data/data/org.lineageos.updater/databases/updates.db" \ "\"INSERT INTO updates (status, path, download_id, timestamp, type, version, size)" \ " VALUES ($status, '$zip_path_device', '$id', $timestamp, '$type', '$version', $size)\"" # Exit root mode adb unroot