kopia lustrzana https://github.com/jupyterhub/repo2docker
use wget better
rodzic
c96a230962
commit
b6091c9265
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue