From db0291eea3337d0c05abe50f55f9feb787287784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 5 Jul 2024 17:38:43 -0300 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/services/install-services.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/services/install-services.sh b/core/services/install-services.sh index 297ad12c9d..3a96571b73 100755 --- a/core/services/install-services.sh +++ b/core/services/install-services.sh @@ -10,12 +10,15 @@ EXTERNAL_PROGRAMS=( cron ) +apt update + # Install build packages if not on armv7, which we have all pre-built wheels for if ! { [ "$TARGETARCH" == "arm" ] && [ "$TARGETVARIANT" == "v7" ]; }; then - apt update apt install -y --no-install-recommends ${BUILD_PACKAGES[*]} fi +apt install -y --no-install-recommends ${EXTERNAL_PROGRAMS[*]} + # Wifi service: ## Bind path for wpa mkdir -p /var/run/wpa_supplicant/