Rebuild script

This commit is contained in:
Adrien Ferrand 2019-12-16 22:46:23 +01:00
parent 994dc3586a
commit aa22221683

View file

@ -759,7 +759,7 @@ elif [ -f /etc/redhat-release ]; then
RPM_DIST_NAME=`(. /etc/os-release 2> /dev/null && echo $ID) || echo "unknown"`
if [ "$PYVER" -eq 26 -a $(uname -m) != 'x86_64' ]; then
# 32 bits CentOS 6 and affiliates (except RHEL) are not supported anymore by certbot-auto.
# 32 bits CentOS 6 and affiliates are not supported anymore by certbot-auto.
DEPRECATED_OS=1
fi