installer
quadrismegistus 4 years ago
parent c5fcde0fae
commit 9ae85e6112

@ -107,7 +107,7 @@ if [ "$machine" = "Linux" ]
then
curl https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.3-Linux-x86_64.sh -o miniconda.sh
chmod +x miniconda.sh
./bash miniconda.sh -b -f -p "$path_komrade/lib/miniconda3"
./miniconda.sh -b -f -p "$path_komrade/lib/miniconda3"
rm miniconda.sh
fi

Loading…
Cancel
Save