mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-03 16:22:46 +00:00
--ignore-missing does not work as expected
This commit is contained in:
parent
a13e175084
commit
bd3010cc75
1 changed files with 3 additions and 1 deletions
|
|
@ -12,5 +12,7 @@ fi
|
|||
|
||||
if [[ "${LSR_EXTRA_PACKAGES}" ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get --ignore-missing install -y ${LSR_EXTRA_PACKAGES}
|
||||
for P in ${LSR_EXTRA_PACKAGES}; do
|
||||
sudo apt-get install -y ${P} || :
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue