Ignore missing packages

Ignore packages if they are missing (try to not break installation
chain early).
This commit is contained in:
Jiri Kucera 2019-09-13 14:33:54 +02:00
parent 0ae8076e55
commit b5724f045a

View file

@ -12,5 +12,5 @@ fi
if [[ "${LSR_EXTRA_PACKAGES}" ]]; then
sudo apt-get update
sudo apt-get install -y ${LSR_EXTRA_PACKAGES} || :
sudo apt-get install -my ${LSR_EXTRA_PACKAGES}
fi