mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-23 16:59:46 +00:00
parent
d8e875a4ae
commit
a4ca446e03
2 changed files with 8 additions and 10 deletions
|
@ -40,7 +40,7 @@
|
|||
- Integrate Magisk and GApps in a few clicks within minutes
|
||||
- Keep each build up to date
|
||||
- Support both ARM64 and x64
|
||||
- Support all OpenGApps variants except for aroma (aroma does not support x86_64, please use super instead)
|
||||
- Support MindTheGapps
|
||||
- Remove Amazon Appstore
|
||||
- Fix VPN dialog not showing (use our [VpnDialogs app](https://github.com/LSPosed/VpnDialogs))
|
||||
- Add device administration feature
|
||||
|
@ -63,9 +63,6 @@
|
|||
5. Select the WSA version and its architecture (mostly x64).
|
||||
6. Select the version of Magisk.
|
||||
7. Choose which brand of GApps you want to install:
|
||||
- OpenGApps
|
||||
|
||||
Select the [OpenGApps variant](https://github.com/opengapps/opengapps/wiki#variants) you like.
|
||||
- MindTheGapps
|
||||
|
||||
There is no other variant we can choose.
|
||||
|
|
|
@ -100,12 +100,13 @@ else
|
|||
fi
|
||||
|
||||
if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")'); then
|
||||
GAPPS_BRAND=$(
|
||||
Radiolist '([title]="Which GApps do you want to install?"
|
||||
[default]="MindTheGapps")' \
|
||||
'MindTheGapps' "Recommend" 'on' \
|
||||
'OpenGApps' "This flavor may cause startup failure" 'off'
|
||||
)
|
||||
# GAPPS_BRAND=$(
|
||||
# Radiolist '([title]="Which GApps do you want to install?"
|
||||
# [default]="MindTheGapps")' \
|
||||
# 'MindTheGapps' "Recommend" 'on' \
|
||||
# 'OpenGApps' "This flavor may cause startup failure" 'off'
|
||||
# )
|
||||
GAPPS_BRAND="MindTheGapps"
|
||||
else
|
||||
GAPPS_BRAND="none"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue