mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: prepare-host: don't manage ACNG in prepare if not asked to
This commit is contained in:
@@ -84,8 +84,8 @@ function prepare_host_noninteractive() {
|
||||
late_prepare_host_dependencies
|
||||
install_host_dependencies "late dependencies during prepare_release"
|
||||
|
||||
# Manage apt-cacher-ng
|
||||
acng_configure_and_restart_acng
|
||||
# Manage apt-cacher-ng, if such is the case
|
||||
[[ "${MANAGE_ACNG}" == "yes" ]] && acng_configure_and_restart_acng
|
||||
|
||||
# sync clock
|
||||
if [[ $SYNC_CLOCK != no && -f /var/run/ntpd.pid ]]; then
|
||||
|
||||
Reference in New Issue
Block a user