diff --git a/termux-install.sh b/termux-install.sh index 666fce7..ceb1d63 100644 --- a/termux-install.sh +++ b/termux-install.sh @@ -1,5 +1,5 @@ if ! command -v termux-setup-storage; then -   echo This script can be executed only on Termux +   echo "This script can be executed only on Termux"   exit 1 fi