mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
parent
78a4cb52dd
commit
8adc5e2246
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user