mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 03:47:15 +00:00
Try to use long option variant to -m
This commit is contained in:
parent
b5724f045a
commit
a13e175084
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 -my ${LSR_EXTRA_PACKAGES}
|
||||
sudo apt-get --ignore-missing install -y ${LSR_EXTRA_PACKAGES}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue