Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
Fix an incorrect status check issue caused by `get-conda-path.py` script.
  • Loading branch information
cainmagi authored Apr 18, 2022
1 parent 159f8d2 commit 84e16f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/detach
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ then
fi
cp -f ${THIS_ROOT}/.bashrc /root/ || fail
mkdir -p /root/scripts || fail
wget -O /root/scripts/get-pyver.py https://github.com/cainmagi/Dockerfiles/releases/download/xubuntu-v1.5-u20.04/get-pyver.py || fail
wget -O /root/scripts/get-conda-path.py https://github.com/cainmagi/Dockerfiles/releases/download/xubuntu-v1.5-u20.04/get-conda-path.py || fail
wget -O /root/scripts/get-pyver.py https://gist.githubusercontent.com/cainmagi/9ddcc621d21baf529b08c739ddca5e1c/raw/fdd75b6bd18c5f0e987c47b50f870cf3ce5d2718/get-pyver.py || fail
wget -O /root/scripts/get-conda-path.py https://gist.githubusercontent.com/cainmagi/9ddcc621d21baf529b08c739ddca5e1c/raw/fdd75b6bd18c5f0e987c47b50f870cf3ce5d2718/get-conda-path.py || fail
chmod +rwx /root/scripts/get-pyver.py /root/scripts/get-conda-path.py || fail

msg "Move files to /etc"
Expand Down

0 comments on commit 84e16f3

Please sign in to comment.