mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
Merge pull request #484 from flefevre/flefevre/issue483
Upgrade the uninstall script when using conda
This commit is contained in:
commit
b28d154ac0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user