mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-oleg: drastically curb apt-get logging when running in chroot
This commit is contained in:
@@ -23,7 +23,7 @@ function chroot_sdcard_apt_get_remove() {
|
||||
function chroot_sdcard_apt_get() {
|
||||
acng_check_status_or_restart # make sure apt-cacher-ng is running OK.
|
||||
|
||||
local -a apt_params=("-y" "-q")
|
||||
local -a apt_params=("-y" "-qq")
|
||||
if [[ "${MANAGE_ACNG}" == "yes" ]]; then
|
||||
display_alert "Using managed apt-cacher-ng" "http://localhost:3142" "debug"
|
||||
apt_params+=(
|
||||
|
||||
Reference in New Issue
Block a user