This commit is contained in:
MunyDev 2024-08-15 15:24:40 -04:00
parent d340e7829e
commit 46ac165796
No known key found for this signature in database
GPG Key ID: 7DFBB51356064F62

View File

@ -8,7 +8,6 @@ then
fi fi
mkdir -p /tmp/unencrypted mkdir -p /tmp/unencrypted
cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf
chown -R 1000 /mnt/stateful_partition/unencrypted/PKIMetadata chown 1000 /tmp/unencrypted/PKIMetadata -R
umount /tmp umount /tmp
crossystem disable_dev_request=1 crossystem disable_dev_request=1
reboot