Skip to content

Commit

Permalink
add satellite package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielk117 authored Jan 28, 2024
1 parent 88c014e commit 0922815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ mkdir -p ${STAGING_TO_TARGET_DIR}
write_build_config
[[ ! $? -eq 0 ]] && exit 1

PACKAGES_TO_BUILD="update-libs update-binaries support services music python3 aec-cmdline screen improv getevent"
PACKAGES_TO_BUILD="update-libs update-binaries support services music python3 aec-cmdline satellite screen improv getevent"

for PKGN in $PACKAGES_TO_BUILD; do
process_package $PKGN
Expand Down

0 comments on commit 0922815

Please sign in to comment.