mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
disable upgrades on debian
This commit is contained in:
parent
a3abcc001a
commit
db5acc60da
2 changed files with 2 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ BootstrapMageiaCommon() {
|
|||
# packages BOOTSTRAP_VERSION is not set.
|
||||
if [ -f /etc/debian_version ]; then
|
||||
DEPRECATED_OS=1
|
||||
NO_SELF_UPGRADE=1
|
||||
elif [ -f /etc/mageia-release ]; then
|
||||
# Mageia has both /etc/mageia-release and /etc/redhat-release
|
||||
DEPRECATED_OS=1
|
||||
|
|
|
|||
|
|
@ -322,6 +322,7 @@ DeterminePythonVersion() {
|
|||
# packages BOOTSTRAP_VERSION is not set.
|
||||
if [ -f /etc/debian_version ]; then
|
||||
DEPRECATED_OS=1
|
||||
NO_SELF_UPGRADE=1
|
||||
elif [ -f /etc/mageia-release ]; then
|
||||
# Mageia has both /etc/mageia-release and /etc/redhat-release
|
||||
DEPRECATED_OS=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue