mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-26 11:21:49 +01:00
Merge pull request #63 from s1204IT/main
This commit is contained in:
commit
a3a6da7475
@ -3,6 +3,7 @@
|
|||||||
## Pre-request
|
## Pre-request
|
||||||
|
|
||||||
- Ubuntu (you can use WSL2)
|
- Ubuntu (you can use WSL2)
|
||||||
|
- [Search page](https://apps.microsoft.com/store/search?publisher=Canonical%20Group%20Limited)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -10,7 +11,7 @@
|
|||||||
- Keep each build up to date
|
- Keep each build up to date
|
||||||
- Support both ARM64 and x64
|
- Support both ARM64 and x64
|
||||||
- Support all OpenGApps variants except for aroma (aroma does not support x86_64, please use super instead)
|
- Support all OpenGApps variants except for aroma (aroma does not support x86_64, please use super instead)
|
||||||
- Remove Amazon AppStore
|
- Remove Amazon Appstore
|
||||||
- Fix VPN dialog not showing (use our [VpnDialogs app](https://github.com/LSPosed/VpnDialogs))
|
- Fix VPN dialog not showing (use our [VpnDialogs app](https://github.com/LSPosed/VpnDialogs))
|
||||||
- Add device management feature
|
- Add device management feature
|
||||||
- Unattended installation
|
- Unattended installation
|
||||||
|
@ -105,7 +105,7 @@ usage(){
|
|||||||
--gapps-brand GApps brand, OpenGApps or MindTheGApps, default: $GAPPS_BRAND
|
--gapps-brand GApps brand, OpenGApps or MindTheGApps, default: $GAPPS_BRAND
|
||||||
--gapps-variant GApps variant, pico or full, etc...., default: $GAPPS_VARIANT
|
--gapps-variant GApps variant, pico or full, etc...., default: $GAPPS_VARIANT
|
||||||
--root-sol Root solution, magisk or none, default: $ROOT_SOL
|
--root-sol Root solution, magisk or none, default: $ROOT_SOL
|
||||||
--remove-amazon Remove Amazon from the system, default: false
|
--remove-amazon Remove Amazon Appstore from the system, default: false
|
||||||
--compress Compress the WSA, default: false
|
--compress Compress the WSA, default: false
|
||||||
--offline Build WSA offline, default: false
|
--offline Build WSA offline, default: false
|
||||||
--magisk-custom Install custom Magisk, default: false
|
--magisk-custom Install custom Magisk, default: false
|
||||||
|
@ -123,7 +123,7 @@ else
|
|||||||
GAPPS_VARIANT=$GAPPS_BRAND
|
GAPPS_VARIANT=$GAPPS_BRAND
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (YesNoBox '([title]="Remove Amazon AppStore" [text]="Do you want to keep Amazon AppStore?")'); then
|
if (YesNoBox '([title]="Remove Amazon Appstore" [text]="Do you want to keep Amazon Appstore?")'); then
|
||||||
REMOVE_AMAZON=""
|
REMOVE_AMAZON=""
|
||||||
else
|
else
|
||||||
REMOVE_AMAZON="--remove-amazon"
|
REMOVE_AMAZON="--remove-amazon"
|
||||||
|
Loading…
Reference in New Issue
Block a user