diff --git a/install-termux.sh b/install-termux.sh index e593926..b29ee04 100644 --- a/install-termux.sh +++ b/install-termux.sh @@ -29,7 +29,7 @@ if [ -f ${TERMUX_BIN_PREFIX}/pmt ]; then if [ "${state}" = "y" ]; then echo " - Uninstalling..." rm ${TERMUX_BIN_PREFIX}/pmt - else if [ "${state}" = "n" ]; then + elif [ "${state}" = "n" ]; then echo " - Okay..." exit else