diff options
author | crupest <crupest@outlook.com> | 2023-11-13 13:46:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 55b9f8e5adf830d06c4685fefe093065af0d7e7e (patch) | |
tree | 695cb918f561f49176d46705dbb13d99bd846fca /docker/debian-dev/bootstrap/replace-mirrors.bash | |
parent | a878e8b577ca7507d55064269bc34606ff010641 (diff) | |
download | crupest-55b9f8e5adf830d06c4685fefe093065af0d7e7e.tar.gz crupest-55b9f8e5adf830d06c4685fefe093065af0d7e7e.tar.bz2 crupest-55b9f8e5adf830d06c4685fefe093065af0d7e7e.zip |
(docker:debian-dev) Change source to ustc..
Diffstat (limited to 'docker/debian-dev/bootstrap/replace-mirrors.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/replace-mirrors.bash | 6 |
1 files changed, 3 insertions, 3 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 |