install-deps.sh: add support for Ubuntu Disco Dingo

Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
This commit is contained in:
Patrick Seidensal 2019-09-16 14:28:06 +02:00
parent c9863fbd7e
commit 95283a60de
2 changed files with 4 additions and 1 deletions

2
debian/control vendored
View File

@ -74,7 +74,7 @@ Build-Depends: cmake (>= 3.5),
# Make-Check python-pecan,
# Make-Check python-bcrypt,
# Make-Check python-six,
# Make-Check python-tox,
# Make-Check python-tox | tox,
# Make-Check python-coverage,
# Make-Check python-openssl,
# Make-Check python-prettytable,

View File

@ -314,6 +314,9 @@ else
ensure_decent_gcc_on_ubuntu 9 bionic
[ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu bionic
;;
*Disco*)
[ ! $NO_BOOST_PKGS ] && apt-get install -y libboost1.67-all-dev
;;
*)
$SUDO apt-get install -y gcc
;;