1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

[bootstrap/_deb_common] Re-fix the always-install-backports

* This bug seems to come back every time it's fixed :(
This commit is contained in:
Peter Eckersley
2016-01-10 09:01:34 -08:00
parent 705032bc67
commit 4c02902762

View File

@@ -54,10 +54,10 @@ AddBackportRepo() {
echo $BACKPORT_SOURCELINE >> /etc/apt/sources.list.d/"$BACKPORT_NAME".list
apt-get update
apt-get install -y --no-install-recommends -t "$BACKPORT_NAME" $augeas_pkg
augeas_pkg=
fi
fi
apt-get install -y --no-install-recommends -t "$BACKPORT_NAME" $augeas_pkg
augeas_pkg=
}