-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create script wrapper to simplify things and etc #53
base: main
Are you sure you want to change the base?
Conversation
and added get architecture from wsl architecture function
…the path has space/whitespace
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 |
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 EDIT: check newest pull request, this does not work anymore because of some filename changes |
actualy this is my first time creating a pr, sorry if my code is mess
well what i do is
SETUP.cmd
to runinstall.sh
and install the Appx packageinstall.sh
for extracting msixbundle, moving the .img file, copy gapps, install unzip and lzip etcinstall.sh
also run the other scriptextract_gapps_pico.sh
,extend_and_mount_images.sh
,apply.sh
,unmount_images.sh
just like in the README.mdVARIABLE.sh
so no need to setup Root path and Architecture"
to every variable so Root path that has space/whitespace doesn't break the scriptsudo.vbs
is for getting admin access (UAC) for installing Appx package via powershellso yeah we can just
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