You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
172 B

#!/system/bin/sh
#
# LineageOS A/B OTA Postinstall Script
#
/postinstall/system/bin/backuptool_ab.sh backup
/postinstall/system/bin/backuptool_ab.sh restore
sync
exit 0