mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-19 17:34:52 +00:00
Ignore missing packages
Ignore packages if they are missing (try to not break installation chain early).
This commit is contained in:
parent
0ae8076e55
commit
b5724f045a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue