update type for Debian Stretch (#593)
This commit is contained in:
parent
b18327c520
commit
4cdc4ea42c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue