mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Improve instructions
This commit is contained in:
parent
eb2f9a40fa
commit
58e0439108
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ def prepare_env(cli_args):
|
|||
if response.status_code == 404:
|
||||
sys.stderr.write('An error occurred while fetching Certbot snap plugins: '
|
||||
'your version of snapd is outdated.\n')
|
||||
sys.stderr.write('Please run "sudo snap install core" in your terminal and try again.\n')
|
||||
sys.stderr.write('Please run "sudo snap install core; sudo snap refresh" '
|
||||
'in your terminal and try again.\n')
|
||||
sys.exit(1)
|
||||
|
||||
response.raise_for_status()
|
||||
|
|
|
|||
Loading…
Reference in a new issue