From 58c66679ab88802ed4019f40e73208f0857f0d99 Mon Sep 17 00:00:00 2001 From: Gordon Cheong <83162188+gordoncheong@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:11:04 +0800 Subject: [PATCH] Fixing Uninstallation Failure --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7b59eaa..c82e430 100755 --- a/setup.sh +++ b/setup.sh @@ -1673,7 +1673,7 @@ function waUninstall() { local BASH_SCRIPT_NAME="" # Stores the name of the application. # Remove the 'WinApps' bash scripts. - $SUDO rm -f "${BIN_PATH}/winapps" + $SUDO rm -rf "${BIN_PATH}/winapps" $SUDO rm -f "${BIN_PATH}/winapps-setup" # Remove WinApps configuration data, temporary files and logs.