Created
September 13, 2020 07:01
-
-
Save Josh5/5265eddc73923908f64a824cf808a8fc to your computer and use it in GitHub Desktop.
ubports-anbox-installer.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo mount -o rw,remount / | |
mkdir -p /home/phablet/aptcache | |
sudo mount --bind /home/phablet/aptcache /var/cache/apt | |
sudo apt update | |
sudo apt install -y anbox-ubuntu-touch android-tools-adb | |
anbox-tool install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment