Skip to content

Commit

Permalink
ci: fix download of Shairport Sync testing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Jan 27, 2025
1 parent 568344b commit 2134d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ then
# shellcheck disable=SC2016
G_EXEC sed --follow-symlinks -i '/# Start DietPi-Software/a\sed -i '\''s|dietpi.com/downloads/binaries/$G_DISTRO_NAME/|dietpi.com/downloads/binaries/$G_DISTRO_NAME/testing/|'\'' /boot/dietpi/dietpi-software' rootfs/boot/dietpi/dietpi-login
# shellcheck disable=SC2016
G_EXEC sed --follow-symlinks -i '/# Start DietPi-Software/a\sed -Ei '\''s|G_AGI (gmediarender|shairport-sync|squeezelite|vaultwarden|ympd)|Download_Install "https://dietpi.com/downloads/binaries/$G_DISTRO_NAME/testing/\1_$G_HW_ARCH_NAME.deb"|'\'' /boot/dietpi/dietpi-software' rootfs/boot/dietpi/dietpi-login
G_EXEC sed --follow-symlinks -i '/# Start DietPi-Software/a\sed -Ei '\''s|G_AGI "?(gmediarender|shairport-sync$airplay2|squeezelite|vaultwarden|ympd)"?|Download_Install "https://dietpi.com/downloads/binaries/$G_DISTRO_NAME/testing/\1_$G_HW_ARCH_NAME.deb"|'\'' /boot/dietpi/dietpi-software' rootfs/boot/dietpi/dietpi-login
G_CONFIG_INJECT 'SOFTWARE_DIETPI_DASHBOARD_VERSION=' 'SOFTWARE_DIETPI_DASHBOARD_VERSION=Nightly' rootfs/boot/dietpi.txt
fi

Expand Down

0 comments on commit 2134d19

Please sign in to comment.