Add apt-get update

Maybe this should resolve failing installs.
This commit is contained in:
Jiri Kucera 2019-07-19 12:36:14 +02:00
parent 8be4cef618
commit 53846c4806

View file

@ -10,5 +10,6 @@ if [[ -f ${CONFIG} ]]; then
fi
if [[ "x${LSR_EXTRA_PACKAGES}" != "x" ]]; then
sudo apt-get update
sudo apt-get install -y ${LSR_EXTRA_PACKAGES}
fi