From b553f1bf0260c825a7ce6efee03e1acd69f74fd9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 5 Oct 2019 13:31:16 +0200 Subject: [PATCH] Fix uninstall confirmation --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 7f9a97c..0eef3dc 100755 --- a/install +++ b/install @@ -658,7 +658,7 @@ wo_clean() { } wo_uninstall() { - python3 -m pip uninstall wordops + python3 -m pip uninstall wordops -y rm -rf /usr/local/lib/python3.*/dist-packages/{pystache-*,cement-2.*,wo-*} /usr/local/bin/wo /etc/bash_completion.d/wo_auto.rc /var/lib/wo /etc/wo /usr/lib/wo/templates }