Create script wrapper to simplify things and etc
actualy this is my first time creating a pr, sorry if my code is mess
well what i do is
- add
SETUP.cmdto runinstall.shand install the Appx package - add
install.shfor extracting msixbundle, moving the .img file, copy gapps, install unzip and lzip etc -
install.shalso run the other scriptextract_gapps_pico.sh,extend_and_mount_images.sh,apply.sh,unmount_images.shjust like in the README.md - made change to
VARIABLE.shso no need to setup Root path and Architecture - made change to all other script too, adding quotation mark
"to every variable so Root path that has space/whitespace doesn't break the script
sudo.vbs is for getting admin access (UAC) for installing Appx package via powershell
so yeah we can just
- run SETUP.cmd
- insert wsl sudo password
- drag msixbundle and opengapps.zip to the terminal
- drink a coffe untill UAC promt show up :)
uhh im not testing arm64 architecture so im not sure if it'll work and uhh, i dont know why if i run SETUP.cmd as admin, the drag n drop is broken so, sudo.vbs is a lifesaver
hey I also made a Python script that does the same, except it's one-click (the downside, the link for OpenGapps and MSIXBundle is hardcoded :( )
WSA_OneClickRun.zip it's broken, I'll fix later
(the downside, the link for OpenGapps and MSIXBundle is hardcoded :( ) @khanhtranngoccva
store links are temporary so I doubt the msixbundle part would work
(the downside, the link for OpenGapps and MSIXBundle is hardcoded :( ) @khanhtranngoccva
store links are temporary so I doubt the msixbundle part would work
You can use https://store.rg-adguard.net/ api
This one has the API and safe deletion WSA_OneClickRun.zip basically downloads everything from the internet now, install WSL and stuff BTW I forget, the autorun shortcut does not work :(
EDIT: check newest pull request, this does not work anymore because of some filename changes