├── .gitignore ├── LICENSE ├── README.md ├── components ├── termux-x11-1.02.07-0-all.deb ├── termux-x11-arm64-v8a-debug-latest.apk └── termux-x11-arm64-v8a-debug.apk ├── icon └── logoEmuTesting.png ├── install ├── scripts ├── dialog.rc ├── dialogs ├── loop ├── patch ├── start-chroot.sh ├── start-proot.sh ├── termux-box └── update-scripts └── update-timestamp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/README.md -------------------------------------------------------------------------------- /components/termux-x11-1.02.07-0-all.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/components/termux-x11-1.02.07-0-all.deb -------------------------------------------------------------------------------- /components/termux-x11-arm64-v8a-debug-latest.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/components/termux-x11-arm64-v8a-debug-latest.apk -------------------------------------------------------------------------------- /components/termux-x11-arm64-v8a-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/components/termux-x11-arm64-v8a-debug.apk -------------------------------------------------------------------------------- /icon/logoEmuTesting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/icon/logoEmuTesting.png -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/install -------------------------------------------------------------------------------- /scripts/dialog.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/dialog.rc -------------------------------------------------------------------------------- /scripts/dialogs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/dialogs -------------------------------------------------------------------------------- /scripts/loop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/loop -------------------------------------------------------------------------------- /scripts/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/patch -------------------------------------------------------------------------------- /scripts/start-chroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/start-chroot.sh -------------------------------------------------------------------------------- /scripts/start-proot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/start-proot.sh -------------------------------------------------------------------------------- /scripts/termux-box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/termux-box -------------------------------------------------------------------------------- /scripts/update-scripts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabiAle97/termux-box/HEAD/scripts/update-scripts -------------------------------------------------------------------------------- /update-timestamp: -------------------------------------------------------------------------------- 1 | 1692751214 2 | --------------------------------------------------------------------------------