From a06b6e234d0df3327c89ed8cf208237c72ef0472 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 17 Apr 2023 23:24:03 -0700 Subject: [PATCH] added force-remove function --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 4b6e7d1..9b0d060 100755 --- a/install.sh +++ b/install.sh @@ -451,6 +451,9 @@ case $1 in remove-arbitrary install && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Installed${dfl}]" ;; + -F | --force-remove) + remove-arbitrary && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Force-Removed${dfl}]" + ;; -h | --help) usage ;;