From 8adc5e224688a1d9cd8627a1b4effb6570c36bbe Mon Sep 17 00:00:00 2001 From: Francois Le Fevre Date: Mon, 22 Jan 2024 19:37:58 +0100 Subject: [PATCH] Upgrade the uninstall script when using conda Fixes #483 --- scripts/linux/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/uninstall.sh b/scripts/linux/uninstall.sh index 872f696b..681d63d2 100644 --- a/scripts/linux/uninstall.sh +++ b/scripts/linux/uninstall.sh @@ -5,7 +5,7 @@ read choice if [[ "$choice" =~ [yY] ]]; then # Download Python installer printf "Removing lollms conda environment" - + conda remove --name lollms --all echo "OK" read -p "Press [Enter] to continue..." else