waydroid-installer
waydroid-installer copied to clipboard
Automate installation process of waydroid on linux
./requirements.sh Warning-: unsupported display server: X11 [01] Debian [02] Arch [03] Fedora [+] which distro are you running: 01 [!] Warning-: unsupported distribution: faye [!] Warning-: using fallback distribution: focal...
``` _ _____ _____ _______________ __ __ _______ | | /| / / _ \____/ _/ |/ / __/_ __/ _ | / / / / / __/ _ \...
The script tries to do the install via Apt...on Arch Linux. For reference, command use is this: git clone https://github.com/n1lby73/waydroid-installer && cd waydroid-installer && bash requirements.sh Full output: [!] Warning:-...
I'm running ./requirement.sh then i got this `[!!!] Major warning:- Dependencies not satisfied kindly run 'sudo apt-get install curl python3 python3-gbinder python-pip lxc ca-certificates -y && sudo apt-get update &&...
I ran into this error while installing on Ubuntu 22.04
I really wanna use waydroid but cant since these isntalls dont work for ubuntu based stuff so can we get a script for ubuntu based systems oh and something small...
On my Arch system, installation fails because of this function: ``` #Function for arch gapps prompt gapps_arch(){ read -p $'\e[32m[\e[35m+\e[32m] \e[1;32mDo you want gapps installed (y/n/o[yes/no/offline] - default:- n):\e[0m' gapps...