Upgrade the uninstall script when using conda

Fixes #483
This commit is contained in:
Francois Le Fevre 2024-01-22 19:37:58 +01:00
parent 78a4cb52dd
commit 8adc5e2246

View File

@ -5,7 +5,7 @@ read choice
if [[ "$choice" =~ [yY] ]]; then if [[ "$choice" =~ [yY] ]]; then
# Download Python installer # Download Python installer
printf "Removing lollms conda environment" printf "Removing lollms conda environment"
conda remove --name lollms --all
echo "OK" echo "OK"
read -p "Press [Enter] to continue..." read -p "Press [Enter] to continue..."
else else