srvrco / getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
GNU General Public License v3.0
2.09k stars 374 forks source link

Upgrading 2.49 #845

Closed ziprasidone146939277 closed 5 months ago

ziprasidone146939277 commented 5 months ago

Describe the bug

./getssl -u The current repository has no releases or is improperly tagged; can't check for upgrades: '2.49'

To Reproduce Steps to reproduce the behavior:

Pass-u flag to script.

Expected behavior Message: Upgraded to..

Operating system (please complete the following information):

cat /etc/debian_version ; bash --version
12.5
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
byEkedahl commented 5 months ago

I get the same issue. My installation is raw from github

timkimber commented 5 months ago

@byEkedahl @ziprasidone146939277 sorry I've obviously forgotten to tag the release - I'll fix now

timkimber commented 5 months ago

@ziprasidone146939277 @byEkedahl I've fixed, tested the fix, and updated RELEASE.md so that I don't make this mistake again.

Thanks both for telling me about this problem!