mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
This commit is contained in:
commit
f155ed2c75
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user