Update file run_onchange_before_10_install-ubuntu-dependencies.tmpl
This commit is contained in:
parent
c45fa8382e
commit
8744387111
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ logg 'Installing common dependencies using `apt-get`'
|
|||
logg info 'Dependencies: {{ $packages | sortAlpha | uniq | join " " -}}'
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends {{ $packages | sortAlpha | uniq | join " " -}}
|
||||
echo {{ $packages | sortAlpha | uniq | join " " -}} | xargs -n 1 sudo apt-get install -y --no-install-recommends
|
||||
|
|
Loading…
Reference in a new issue