📌  相关文章
📜  E:存储库“http:ppa.launchpad.net certbot certbot ubuntu hirsute Release”没有发布文件. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.901000             🧑  作者: Mango

代码示例1
# add repository
sudo apt-add-repository -r ppa:certbot/certbot

# update system
sudo apt update

# install certbot
sudo apt install certbot python3-certbot-nginx