We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab4291 + c1995cc commit be05a4bCopy full SHA for be05a4b
1 file changed
install.sh
@@ -3,6 +3,12 @@
3
DIE() { echo -e "${@}"; exit 1 ;:;}
4
GWARN() { echo -e "\e[90m${*}\e[0m";:;}
5
6
+# Check for termux playstore version:
7
+if [[ "$TERMUX_VERSION" == "googleplay"* ]]; then
8
+ GWARN "Termux Play Store version detected."
9
+ DIE "The Play Store version is unsupported.\nPlease reinstall Termux from F-Droid: https://f-droid.org/packages/com.termux/"
10
+fi
11
+
12
apt install -y jq wget proot pv pulseaudio libandroid-shmem-static which
13
[[ ! -d udroid/src ]] && {
14
echo "udroid/src not found"
0 commit comments