diff options
-rwxr-xr-x | docker/debian-dev/bootstrap/replace-mirrors.bash | 6 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/source-http.txt | 11 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/source-https.txt | 11 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/source-link.txt | 1 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/tuna-source-http.txt | 11 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/tuna-source-https.txt | 11 | ||||
-rw-r--r-- | docker/debian-dev/bootstrap/tuna-source-link.txt | 1 |
7 files changed, 26 insertions, 26 deletions
diff --git a/docker/debian-dev/bootstrap/replace-mirrors.bash b/docker/debian-dev/bootstrap/replace-mirrors.bash index 4fc07d0..8380bda 100755 --- a/docker/debian-dev/bootstrap/replace-mirrors.bash +++ b/docker/debian-dev/bootstrap/replace-mirrors.bash @@ -4,12 +4,12 @@ set -e cp /etc/apt/sources.list /etc/apt/sources.list.bak -cp /bootstrap/tuna-source-http.txt /etc/apt/sources.list +cp /bootstrap/source-http.txt /etc/apt/sources.list apt-get update apt-get install -y apt-transport-https ca-certificates -cp /bootstrap/tuna-source-https.txt /etc/apt/sources.list +cp /bootstrap/source-https.txt /etc/apt/sources.list apt-get update -cp /bootstrap/tuna-source-link.txt /etc/crupest-apt-source +cp /bootstrap/source-link.txt /etc/crupest-apt-source diff --git a/docker/debian-dev/bootstrap/source-http.txt b/docker/debian-dev/bootstrap/source-http.txt new file mode 100644 index 0000000..0814020 --- /dev/null +++ b/docker/debian-dev/bootstrap/source-http.txt @@ -0,0 +1,11 @@ +deb http://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free +deb-src http://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free + +deb http://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free +deb-src http://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free + +deb http://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free +deb-src http://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free + +deb http://mirrors.ustc.edu.cn/debian-security bullseye-security main contrib non-free +deb-src http://mirrors.ustc.edu.cn/debian-security bullseye-security main contrib non-free diff --git a/docker/debian-dev/bootstrap/source-https.txt b/docker/debian-dev/bootstrap/source-https.txt new file mode 100644 index 0000000..8a1346f --- /dev/null +++ b/docker/debian-dev/bootstrap/source-https.txt @@ -0,0 +1,11 @@ +deb https://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free +deb-src https://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free + +deb https://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free +deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free + +deb https://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free +deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free + +deb https://mirrors.ustc.edu.cn/debian-security bullseye-security main contrib non-free +deb-src https://mirrors.ustc.edu.cn/debian-security bullseye-security main contrib non-free diff --git a/docker/debian-dev/bootstrap/source-link.txt b/docker/debian-dev/bootstrap/source-link.txt new file mode 100644 index 0000000..78ce79c --- /dev/null +++ b/docker/debian-dev/bootstrap/source-link.txt @@ -0,0 +1 @@ +https://mirrors.ustc.edu.cn/debian diff --git a/docker/debian-dev/bootstrap/tuna-source-http.txt b/docker/debian-dev/bootstrap/tuna-source-http.txt deleted file mode 100644 index b1ce575..0000000 --- a/docker/debian-dev/bootstrap/tuna-source-http.txt +++ /dev/null @@ -1,11 +0,0 @@ -deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free -deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free - -deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free -deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free - -deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free -deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free - -deb http://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free -deb-src http://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free diff --git a/docker/debian-dev/bootstrap/tuna-source-https.txt b/docker/debian-dev/bootstrap/tuna-source-https.txt deleted file mode 100644 index 38d4f74..0000000 --- a/docker/debian-dev/bootstrap/tuna-source-https.txt +++ /dev/null @@ -1,11 +0,0 @@ -deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free -deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free - -deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free -deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free - -deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free -deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free - -deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free -deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free diff --git a/docker/debian-dev/bootstrap/tuna-source-link.txt b/docker/debian-dev/bootstrap/tuna-source-link.txt deleted file mode 100644 index 1a36b19..0000000 --- a/docker/debian-dev/bootstrap/tuna-source-link.txt +++ /dev/null @@ -1 +0,0 @@ -https://mirrors.tuna.tsinghua.edu.cn/debian |