├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ └── bug_report.md ├── LICENSE ├── README.md ├── install-houdini-only.sh ├── install-playstore.sh └── ubuntutouchanbox-installplaystore.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/README.md -------------------------------------------------------------------------------- /install-houdini-only.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/install-houdini-only.sh -------------------------------------------------------------------------------- /install-playstore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/install-playstore.sh -------------------------------------------------------------------------------- /ubuntutouchanbox-installplaystore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/HEAD/ubuntutouchanbox-installplaystore.sh --------------------------------------------------------------------------------