We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be319b5 commit be51d48Copy full SHA for be51d48
run_onchange_install-packages.sh.tmpl
@@ -82,7 +82,7 @@ sudo dnf --quiet install -y {{ .packages | join " " }}
82
{{ with .ubuntu -}}
83
{{ if hasKey . "packages" -}}
84
echo "${green}Installing Ubuntu packages${reset}"
85
-sudo apt -qqq install -y {{ .packages | join " " }}
+sudo apt-get install -y {{ .packages | join " " }} &>/dev/null
86
{{ end -}}
87
88
0 commit comments