1
0
Fork 0

[letsencrypt] devuan/ascii: only install certbot package

It seems python-certbot is gone
This commit is contained in:
Nico Schottelius 2019-08-15 14:24:11 +02:00
parent 5033f67d96
commit a86893889b
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ if [ -z "${certbot_fullpath}" ]; then
--distribution ascii-backports \
--component main
require="__apt_source/ascii-backports" __package_apt python-certbot \
--target-release ascii-backports
require="__apt_source/ascii-backports" __package_apt certbot \
--target-release ascii-backports
;;