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