If i start the command
ale@mysystem:/root#certbot-auto
It shows
Error: couldn’t get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:
/usr/local/sbin/certbot-auto: 851: /usr/local/sbin/certbot-auto: /opt/eff.org/certbot/venv/bin/letsencrypt: not found
So I’m trying to reinstall it
ale@mysystem:/root# cd /usr/local/sbin
ale@mysystem:/usr/local/sbin# wget https://dl.eff.org/certbot-auto
ale@mysystem:/usr/local/sbin# chmod a+x /usr/local/sbin/certbot-auto
ale@mysystem:/usr/local/sbin# rm -rf ~/.local/share/letsencrypt
ale@mysystem:/usr/local/sbin# certbot-auto
Error: couldn’t get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:
/usr/local/sbin/certbot-auto: 851: /usr/local/sbin/certbot-auto: /opt/eff.org/certbot/venv/bin/letsencrypt: not found
the problem is the same