Skip to content

Commit be51d48

Browse files
committed
fix: gag apt-get
1 parent be319b5 commit be51d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_onchange_install-packages.sh.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sudo dnf --quiet install -y {{ .packages | join " " }}
8282
{{ with .ubuntu -}}
8383
{{ if hasKey . "packages" -}}
8484
echo "${green}Installing Ubuntu packages${reset}"
85-
sudo apt -qqq install -y {{ .packages | join " " }}
85+
sudo apt-get install -y {{ .packages | join " " }} &>/dev/null
8686
{{ end -}}
8787
{{ end -}}
8888
{{ end -}}

0 commit comments

Comments
 (0)