apt-get install lsb-release curl

In Debian, lsb-release and curl aren't installed by default.

Change-Id: I8cb4eeb67f89a888b31831c8cca1fffc3661ee11
This commit is contained in:
Thomas Goirand 2018-03-13 14:04:06 +01:00
parent 9137c18df5
commit ccb75ca71d

@ -50,7 +50,7 @@ elif uses_debs; then
print_header 'Setup (Debian based)'
sudo apt-get remove -y --purge facter puppet puppet-common
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt-dev zlib1g-dev ruby wget
sudo apt-get install -y libxml2-dev libxslt-dev zlib1g-dev ruby wget lsb-release curl
DASHBOARD="horizon"
fi