mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Add apt-get update
Maybe this should resolve failing installs.
This commit is contained in:
parent
8be4cef618
commit
53846c4806
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue