update type for Debian Stretch (#593)

This commit is contained in:
_moep_ 2017-11-07 13:26:44 +01:00 committed by Darko Poljak
parent b18327c520
commit 4cdc4ea42c
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@ case "$os" in
# Seems to be a missing dependency on debian 8
__package python-ndg-httpsclient
;;
9*)
__apt_source stretch-backports \
--uri http://http.debian.net/debian \
--distribution stretch-backports \
--component main
require="__apt_source/stretch-backports" __package_apt python-certbot --target-release stretch-backports
require="__apt_source/stretch-backports" __package_apt certbot --target-release stretch-backports
;;
*)
echo "Unsupported OS version: $os_version" >&2
exit 1