diff options
author | crupest <crupest@outlook.com> | 2023-11-21 19:55:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-21 19:56:11 +0800 |
commit | 31fd37e651d54af5ea8e4ef62fa95861c0c63242 (patch) | |
tree | 9808dd8563771b3d1058386578b5d1d29a78a99a /docker/debian-dev/bootstrap/apt-source/setup.bash | |
parent | 32f8340d434342f8fb035a1c3816e816162197da (diff) | |
download | crupest-31fd37e651d54af5ea8e4ef62fa95861c0c63242.tar.gz crupest-31fd37e651d54af5ea8e4ef62fa95861c0c63242.tar.bz2 crupest-31fd37e651d54af5ea8e4ef62fa95861c0c63242.zip |
docker(debian-dev): improve apt-source.
Diffstat (limited to 'docker/debian-dev/bootstrap/apt-source/setup.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/apt-source/setup.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/apt-source/setup.bash b/docker/debian-dev/bootstrap/apt-source/setup.bash index 9f74cb6..36065f6 100755 --- a/docker/debian-dev/bootstrap/apt-source/setup.bash +++ b/docker/debian-dev/bootstrap/apt-source/setup.bash @@ -8,5 +8,6 @@ if [[ -n $IN_CHINA ]]; then "$dir/replace-domain.bash" $(cat "$dir/china-source.txt") fi +"$dir/install-apt-https.bash" "$dir/replace-http.bash" |