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:
@@ -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=
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user