From 84e16f31ef9a0aa83aa8e3bdb8e043cba2432c50 Mon Sep 17 00:00:00 2001 From: Yuchen Jin Date: Mon, 18 Apr 2022 00:34:36 -0500 Subject: [PATCH] 1.1 Fix an incorrect status check issue caused by `get-conda-path.py` script. --- configs/detach | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/detach b/configs/detach index 64a6442..ae0f0b3 100644 --- a/configs/detach +++ b/configs/detach @@ -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"