Ensure debian is part of the bootstrap os list

This expands the debian install process list by adding
"debian" to the existing "ubuntu" entry.

Change-Id: I2fd33e632da3923c790903efcd21eef8fd0a6b17
Signed-off-by: Kevin Carter <kevin@cloudnull.com>
This commit is contained in:
Kevin Carter 2019-04-12 20:50:33 -05:00
parent e4940799c7
commit 6e3437b84c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ case ${DISTRO_ID} in
openssl-devel libffi-devel \
libselinux-python python-virtualenv
;;
ubuntu)
ubuntu|debian)
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y install \
git-core curl gcc netcat \