We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beefb7 commit 5e579a6Copy full SHA for 5e579a6
1 file changed
install.sh
@@ -171,14 +171,6 @@ get_distribution() {
171
echo "$lsb_dist"
172
}
173
174
-add_debian_backport_repo() {
175
- debian_version="$1"
176
- backports="deb http://ftp.debian.org/debian $debian_version-backports main"
177
- if ! grep -Fxq "$backports" /etc/apt/sources.list; then
178
- (set -x; $sh_c "echo \"$backports\" >> /etc/apt/sources.list")
179
- fi
180
-}
181
-
182
echo_docker_as_nonroot() {
183
if is_dry_run; then
184
return
0 commit comments