We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cfca7 commit 45dec58Copy full SHA for 45dec58
install.sh
@@ -12,7 +12,7 @@ rest='\033[0m'
12
13
#!/bin/bash
14
15
-if [ -n "$(command -v termux-chroot)" ] && [ -n "$(command -v jq)" ]; then
+if [ -d "$HOME/.termux" ] && [ -z "$(command -v jq)" ]; then
16
echo "Running update & upgrade ..."
17
pkg update -y
18
pkg upgrade -y
0 commit comments