mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
[Always] Install augeas-lenses
- But do we need the augeas-lenses package? - Install augeas from backports even if the backports were already available (this is the third time fixing that bug!)
This commit is contained in:
parent
313dda65e1
commit
705032bc67
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ if apt-cache show python-virtualenv > /dev/null 2>&1; then
|
|||
virtualenv="$virtualenv python-virtualenv"
|
||||
fi
|
||||
|
||||
augeas_pkg=libaugeas0
|
||||
augeas_pkg="libaugeas0 augeas-lenses"
|
||||
AUGVERSION=`apt-cache show --no-all-versions libaugeas0 | grep ^Version: | cut -d" " -f2`
|
||||
|
||||
AddBackportRepo() {
|
||||
|
|
@ -54,7 +54,7 @@ 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" libaugeas0 augeas-lenses
|
||||
apt-get install -y --no-install-recommends -t "$BACKPORT_NAME" $augeas_pkg
|
||||
augeas_pkg=
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue