mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Remove build.sh
from the documentation
1. Many people run it directly without installing dependencies. 2. For advanced users we don’t need to introduce command line tools in the documentation.
This commit is contained in:
parent
d37014d1be
commit
d271ce0559
1 changed files with 9 additions and 16 deletions
|
@ -35,12 +35,6 @@
|
|||
|
||||
No need to type any commands.
|
||||
|
||||
- Other distributions
|
||||
|
||||
Install the dependencies manually.
|
||||
|
||||
Use the command-line program `build.sh`.
|
||||
|
||||
## Features
|
||||
|
||||
- Integrate Magisk and GApps in a few clicks within minutes
|
||||
|
@ -65,21 +59,20 @@
|
|||
```
|
||||
|
||||
3. Run `cd scripts`.
|
||||
4. Then run `./build.sh --help` (optional) to get the usage if you want to use CLI.
|
||||
5. Run `./run.sh` under scripts directory.
|
||||
6. Select the WSA version and its architecture (mostly x64).
|
||||
7. Select the version of Magisk.
|
||||
8. Choose which brand of GApps you want to install:
|
||||
4. Run `./run.sh` under scripts directory.
|
||||
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.
|
||||
9. Select the root solution (none means no root).
|
||||
10. If you are running the script for the first time, it will take some time to complete. After the script completes, two new folders named `output` and `download` will be generated in the `MagiskOnWSALocal` folder. Go to the `output` folder. While running the `./run.sh` script in the step 3, if you selected `Yes` for `Do you want to compress the output?` then in `output` folder you will see a compressed file called `WSA-with-magisk-stable-MindTheGapps_2207.40000.8.0_x64_Release-Nightly`or else there will be folder with the `WSA-with-magisk-stable-MindTheGapps_2207.40000.8.0_x64_Release-Nightly`. If there is a folder open it and skip to step 10. NOTE: The name of compressed file or the folder generated in the `output` folder may be different for you. It will be dependent on the choices made when executing `./run.sh`.
|
||||
11. Extract the compressed file and open the folder created after the extraction of the file.
|
||||
12. Here look for file `Run.bat` and run it.
|
||||
8. Select the root solution (none means no root).
|
||||
9. If you are running the script for the first time, it will take some time to complete. After the script completes, two new folders named `output` and `download` will be generated in the `MagiskOnWSALocal` folder. Go to the `output` folder. While running the `./run.sh` script in the step 3, if you selected `Yes` for `Do you want to compress the output?` then in `output` folder you will see a compressed file called `WSA-with-magisk-stable-MindTheGapps_2207.40000.8.0_x64_Release-Nightly`or else there will be folder with the `WSA-with-magisk-stable-MindTheGapps_2207.40000.8.0_x64_Release-Nightly`. If there is a folder open it and skip to step 10. NOTE: The name of compressed file or the folder generated in the `output` folder may be different for you. It will be dependent on the choices made when executing `./run.sh`.
|
||||
10. Extract the compressed file and open the folder created after the extraction of the file.
|
||||
11. Here look for file `Run.bat` and run it.
|
||||
- If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous one while **preserving all user data** and install the new one, so don't worry about your data.
|
||||
- If you have an official WSA installation, you should uninstall it first. (In case you want to preserve your data, you can backup `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` before uninstallation and restore it after installation.)
|
||||
- If the popup windows disappear **without asking administrative permission** and WSA is not installed successfully, you should manually run `Install.ps1` as Administrator:
|
||||
|
@ -88,7 +81,7 @@
|
|||
3. Input `PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1` and press `Enter`.
|
||||
4. The script will run and WSA will be installed.
|
||||
5. If this workaround does not work, your PC is not supported for WSA.
|
||||
13. Magisk/Play Store will be launched. Enjoy by installing LSPosed-Zygisk with Zygisk enabled or Riru and LSPosed-Riru.
|
||||
12. Magisk/Play Store will be launched. Enjoy by installing LSPosed-Zygisk with Zygisk enabled or Riru and LSPosed-Riru.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue