Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jul 5, 2024
1 parent a6153ee commit db0291e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/services/install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit db0291e

Please sign in to comment.