added force-remove function

This commit is contained in:
pyr0ball 2023-04-17 23:24:03 -07:00
parent fd8ddf0596
commit a06b6e234d

View file

@ -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
;;