pull/125/merge
Mitchel Stewart 4 weeks ago committed by GitHub
commit 29ddbdaea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,20 @@ Script to add GApps and other stuff to Waydroid!
# Installation/Usage
## Dependencies
"lzip" is required for this script to work, install it using your distribution's package manager:
### Arch, Manjaro and EndeavourOS based distributions:
sudo pacman -S lzip
### Debian and Ubuntu based distributions:
sudo apt install lzip
### RHEL, Fedora and Rocky based distributions:
sudo dnf install lzip
### openSUSE based distributions:
sudo zypper install lzip
## Interactive terminal interface
```
@ -39,18 +53,6 @@ sudo venv/bin/python3 main.py certified
sudo venv/bin/python3 main.py hack {nodataperm, hidestatusbar}
```
## Dependencies
"lzip" is required for this script to work, install it using your distribution's package manager:
### Arch, Manjaro and EndeavourOS based distributions:
sudo pacman -S lzip
### Debian and Ubuntu based distributions:
sudo apt install lzip
### RHEL, Fedora and Rocky based distributions:
sudo dnf install lzip
### openSUSE based distributions:
sudo zypper install lzip
## Install OpenGapps
![](assets/1.png)

Loading…
Cancel
Save