diff options
author | crupest <crupest@outlook.com> | 2023-11-13 13:46:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | e780b089b6d86941f6c03061a2a7a54ae4ec36de (patch) | |
tree | 2d186fe0c334ebd7d4e35e2a3983e60ffc53d375 /docker/debian-dev/bootstrap/replace-mirrors.bash | |
parent | ed1df454af6e3c8726a80f32cc6db8e9d42d046f (diff) | |
download | crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.tar.gz crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.tar.bz2 crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.zip |
(docker:debian-dev) Refactor sources management. Improve build scripts.
Diffstat (limited to 'docker/debian-dev/bootstrap/replace-mirrors.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/replace-mirrors.bash | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docker/debian-dev/bootstrap/replace-mirrors.bash b/docker/debian-dev/bootstrap/replace-mirrors.bash deleted file mode 100755 index 8380bda..0000000 --- a/docker/debian-dev/bootstrap/replace-mirrors.bash +++ /dev/null @@ -1,15 +0,0 @@ -#! /usr/bin/env bash - -set -e - -cp /etc/apt/sources.list /etc/apt/sources.list.bak - -cp /bootstrap/source-http.txt /etc/apt/sources.list -apt-get update -apt-get install -y apt-transport-https ca-certificates - -cp /bootstrap/source-https.txt /etc/apt/sources.list -apt-get update - -cp /bootstrap/source-link.txt /etc/crupest-apt-source - |