Update install-termux.sh

This commit is contained in:
2024-06-17 00:00:54 +03:00
committed by GitHub
parent 416939634a
commit 52ffe99d4b

View File

@@ -29,7 +29,7 @@ if [ -f ${TERMUX_BIN_PREFIX}/pmt ]; then
if [ "${state}" = "y" ]; then if [ "${state}" = "y" ]; then
echo " - Uninstalling..." echo " - Uninstalling..."
rm ${TERMUX_BIN_PREFIX}/pmt rm ${TERMUX_BIN_PREFIX}/pmt
else if [ "${state}" = "n" ]; then elif [ "${state}" = "n" ]; then
echo " - Okay..." echo " - Okay..."
exit exit
else else