From 6e3437b84c2af2d83d59981ec61e8b08f0dff68e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 12 Apr 2019 20:50:33 -0500 Subject: [PATCH] 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 --- scripts/bootstrap-ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 3f8e0e8f8e..3a8af10fd5 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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 \