mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Bump initial version to 0.33.1. (#7017)
We made this change locally yesterday while preparing the release. I tested this change on all AMIs currently in the test farm as well as Fedora 29 and this test passed on all instances.
This commit is contained in:
@@ -15,8 +15,8 @@ if ! command -v git ; then
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
# 0.18.0 is the oldest version of letsencrypt-auto that works on Fedora 26+.
|
||||
INITIAL_VERSION="0.18.0"
|
||||
# 0.33.x is the oldest version of letsencrypt-auto that works on Fedora 29+.
|
||||
INITIAL_VERSION="0.33.1"
|
||||
git checkout -f "v$INITIAL_VERSION" letsencrypt-auto
|
||||
if ! ./letsencrypt-auto -v --debug --version --no-self-upgrade 2>&1 | tail -n1 | grep "^certbot $INITIAL_VERSION$" ; then
|
||||
echo initial installation appeared to fail
|
||||
|
||||
Reference in New Issue
Block a user