use wget better

pull/1062/head
Wolf Vollprecht 2021-10-08 13:23:12 +02:00 zatwierdzone przez Sylvain Corlay
rodzic c96a230962
commit b6091c9265
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ URL="https://github.com/mamba-org/boa-forge/releases/download/micromamba-nightly
unset HOME
mkdir -p ${CONDA_DIR}
time wget -qO- ${URL} # | tar -xvj bin/micromamba
time wget ${URL}
mkdir -p /tmp/bin
mv micromamba-nightly-linux-64 /tmp/bin/micromamba
chmod 0755 /tmp/bin/micromamba