mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
Update macos_install.sh
This commit is contained in:
parent
01e0ed948e
commit
fff496d9c0
@ -68,7 +68,7 @@ REPO_URL="https://github.com/ParisNeo/lollms-webui.git"
|
||||
if [ ! -f "$MINICONDA_DIR/Scripts/conda" ]; then
|
||||
# Download Miniconda
|
||||
echo "Downloading Miniconda installer from $MINICONDA_DOWNLOAD_URL"
|
||||
curl -LOk "$MINICONDA_DOWNLOAD_URL"
|
||||
curl -LO "$MINICONDA_DOWNLOAD_URL"
|
||||
|
||||
# Install Miniconda
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user