not sure how to format multiple entries here

This commit is contained in:
finn 2022-08-02 15:23:23 -07:00
parent 85e013f367
commit 5b0a014173

View file

@ -3,7 +3,7 @@ set -exuo pipefail
apt-get update
PACKAGES="git cmake"
PACKAGES=(git cmake)
case "${TARGET}" in
aarch64-unknown-linux-gnu|aarch64-unknown-linux-musl)
apt-get install -y "${PACKAGES}" {cpp,g++,gcc}-aarch64-linux-gnu