From 65b8547728d2bcb58b96d7a2e2165e374241d0d5 Mon Sep 17 00:00:00 2001 From: AbhiTheModder <85984486+AbhiTheModder@users.noreply.github.com> Date: Mon, 8 May 2023 14:20:21 +0530 Subject: [PATCH] Update termux-install.sh --- termux-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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