Skip to content

Instantly share code, notes, and snippets.

@jjangga0214
Created October 5, 2019 13:33
Show Gist options
  • Save jjangga0214/ee2c79e21fba80b23bbab7ce06e67d7d to your computer and use it in GitHub Desktop.
Save jjangga0214/ee2c79e21fba80b23bbab7ce06e67d7d to your computer and use it in GitHub Desktop.
Installs play store and libhoudini for anbox
# [ref](https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html)
anbox.appmgr \
&& wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh \
&& chmod +x install-playstore.sh \
&& sudo ./install-playstore.sh \
&& sudo ./install-playstore.sh --clean
@jjangga0214
Copy link
Author

Keep in mind allowing every permissions of the app you want to use, including google play store and service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment