|
|
@ -67,6 +67,9 @@ if [ -z "${certbot_fullpath}" ]; then |
|
|
|
require="__apt_source/ascii-backports" __package_apt certbot \ |
|
|
|
require="__apt_source/ascii-backports" __package_apt certbot \ |
|
|
|
--target-release ascii-backports |
|
|
|
--target-release ascii-backports |
|
|
|
;; |
|
|
|
;; |
|
|
|
|
|
|
|
bewoulf*) |
|
|
|
|
|
|
|
__package_apt certbot |
|
|
|
|
|
|
|
;; |
|
|
|
*) |
|
|
|
*) |
|
|
|
echo "Unsupported OS version: $os_version" >&2 |
|
|
|
echo "Unsupported OS version: $os_version" >&2 |
|
|
|
exit 1 |
|
|
|
exit 1 |
|
|
|