mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Quieter apt-get update.
This commit is contained in:
@@ -169,7 +169,7 @@ function install_pkg_set {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_apt_pkgs {
|
function install_apt_pkgs {
|
||||||
run_as_root apt-get update || \
|
run_as_root apt-get update -qq || \
|
||||||
( echo "Can't run apt-get commands" >&2 && \
|
( echo "Can't run apt-get commands" >&2 && \
|
||||||
return 1 )
|
return 1 )
|
||||||
install_pkg_set packages
|
install_pkg_set packages
|
||||||
|
|||||||
Reference in New Issue
Block a user