From 29965611951845dd59bc33aa44db9518e22d838a Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 17 Apr 2023 23:37:01 -0700 Subject: [PATCH] slight modification to force-remove --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 9b0d060..667c9d4 100755 --- a/install.sh +++ b/install.sh @@ -401,8 +401,11 @@ remove(){ } remove-arbitrary(){ + update_run=true userinstall globalinstall + update_run= + backup_files=() remove }