Add support for Debian 10 (buster)

Closes #58
This commit is contained in:
Dan Buch 2020-04-30 15:10:14 -04:00
commit 87c9ed44b0
No known key found for this signature in database
GPG key ID: 9685130D8B763EA7

View file

@ -168,7 +168,7 @@ download_url () {
echo "${CDN_URL}/ubuntu-${ver}/pkgs/${name}"
;;
"Debian")
echo "${CDN_URL}/debian-9/pkgs/${name}"
echo "${CDN_URL}/debian-${ver:-9}/pkgs/${name}"
;;
"LEAP12" | "SLES12")
echo "${CDN_URL}/opensuse-42/pkgs/${name}"