This commit is contained in:
Peter Njeim 2022-09-05 06:05:32 -03:00
commit f155ed2c75

View File

@ -179,7 +179,7 @@ usage() {
Default: $ROOT_SOL Default: $ROOT_SOL
Additional Options: Additional Options:
--remove-amazon Remove Amazon Appstore from the system --remove-amazon Remove Amazon AppStore from the system
--compress Compress the WSA --compress Compress the WSA
--offline Build WSA offline --offline Build WSA offline
--magisk-custom Install custom Magisk --magisk-custom Install custom Magisk
@ -631,7 +631,7 @@ if [ "$GAPPS_BRAND" != 'none' ]; then
fi fi
echo "Umount images" echo "Umount images"
sudo find "$MOUNT_DIR" -exec touch -amt 200901010000.00 {} \; >/dev/null 2>&1 sudo find "$MOUNT_DIR" -exec touch -hamt 200901010000.00 {} \;
sudo umount "$MOUNT_DIR"/vendor sudo umount "$MOUNT_DIR"/vendor
sudo umount "$MOUNT_DIR"/product sudo umount "$MOUNT_DIR"/product
sudo umount "$MOUNT_DIR"/system_ext sudo umount "$MOUNT_DIR"/system_ext