mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Remove unneeded info about backports
This commit is contained in:
parent
f38d59d675
commit
7a848d2b04
2 changed files with 0 additions and 6 deletions
|
|
@ -192,9 +192,6 @@ BootstrapDebCommon() {
|
|||
if ! grep -v -e ' *#' /etc/apt/sources.list | grep -q "$BACKPORT_NAME" ; then
|
||||
# This can theoretically error if sources.list.d is empty, but in that case we don't care.
|
||||
if ! grep -v -e ' *#' /etc/apt/sources.list.d/* 2>/dev/null | grep -q "$BACKPORT_NAME"; then
|
||||
if echo $BACKPORT_NAME | grep -q wheezy ; then
|
||||
echo 'Backports are only installed if explicitly requested via "apt-get install -t wheezy-backports"'
|
||||
fi
|
||||
if [ "$ASSUME_YES" = 1 ]; then
|
||||
/bin/echo -n "Installing augeas from $BACKPORT_NAME in 3 seconds..."
|
||||
sleep 1s
|
||||
|
|
|
|||
|
|
@ -46,9 +46,6 @@ BootstrapDebCommon() {
|
|||
if ! grep -v -e ' *#' /etc/apt/sources.list | grep -q "$BACKPORT_NAME" ; then
|
||||
# This can theoretically error if sources.list.d is empty, but in that case we don't care.
|
||||
if ! grep -v -e ' *#' /etc/apt/sources.list.d/* 2>/dev/null | grep -q "$BACKPORT_NAME"; then
|
||||
if echo $BACKPORT_NAME | grep -q wheezy ; then
|
||||
echo 'Backports are only installed if explicitly requested via "apt-get install -t wheezy-backports"'
|
||||
fi
|
||||
if [ "$ASSUME_YES" = 1 ]; then
|
||||
/bin/echo -n "Installing augeas from $BACKPORT_NAME in 3 seconds..."
|
||||
sleep 1s
|
||||
|
|
|
|||
Loading…
Reference in a new issue