From 4efc7c7d3e9c4a28073a5b3e3acdefdb4e27f838 Mon Sep 17 00:00:00 2001 From: monosans Date: Wed, 12 Jul 2023 23:57:08 +0300 Subject: [PATCH] Fix Termux --- install-termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-termux.sh b/install-termux.sh index 0a4c332..1c2b59c 100755 --- a/install-termux.sh +++ b/install-termux.sh @@ -5,7 +5,7 @@ download_path="${PREFIX}"/tmp/proxy-scraper-checker.zip pkg upgrade --yes -o Dpkg::Options::='--force-confdef' && pkg install --yes python python-pip && if [ -d "${path}" ]; then - rm -rfi "${path}" + rm -rf --interactive=once "${path}" fi && curl -fsSLo "${download_path}" 'https://github.com/monosans/proxy-scraper-checker/archive/refs/heads/main.zip' && unzip -jd "${path}" "${download_path}" &&