Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- DietPi-Software | NAA Daemon: Fix install on Trixie/Sid systems
  • Loading branch information
MichaIng committed Oct 29, 2023
1 parent ea9818b commit 6acdf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6964,7 +6964,8 @@ _EOF_
if To_Install 124 networkaudiod # NAA Daemon
then
# Base URL
local url="https://www.signalyst.eu/bins/naa/linux/${G_DISTRO_NAME/bookworm/bullseye}/"
local url="https://www.signalyst.eu/bins/naa/linux/${G_DISTRO_NAME/trixie/bookworm}/"
url=${url/bookworm/bullseye}

case $G_HW_ARCH in
3) local arch='arm64';;
Expand Down

0 comments on commit 6acdf43

Please sign in to comment.