Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- DietPi-Software | myMPD: Enable for Bookworm on ARMv6
  • Loading branch information
MichaIng committed Jan 6, 2025
1 parent cd56747 commit 92685ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ Available commands:
aSOFTWARE_CATX[$software_id]=2
aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/media/#mympd'
aSOFTWARE_DEPS[$software_id]='128'
# - RISC-V: No package: https://download.opensuse.org/repositories/home:/jcorporation/Debian_Unstable/
# - RISC-V: No package: https://download.opensuse.org/repositories/home:/jcorporation/Debian_Testing/
aSOFTWARE_AVAIL_G_HW_ARCH[$software_id,11]=0
# - ARMv6 Bookworm/Trixie: No Bookworm or testing suite available and Bullseye package depends on libflac8
(( $G_HW_ARCH == 1 && $G_DISTRO > 6 )) && aSOFTWARE_AVAIL_G_DISTRO[$software_id,$G_DISTRO]=0
# - ARMv6 Trixie: No Raspbian_Testing suite available and Bookworm package depends on libflac12
#(( $G_HW_ARCH == 1 && $G_DISTRO > 7 )) && aSOFTWARE_AVAIL_G_DISTRO[$software_id,$G_DISTRO]=0
#------------------
software_id=119
aSOFTWARE_NAME[$software_id]='CAVA'
Expand Down Expand Up @@ -4935,7 +4935,7 @@ The install script will now exit. After applying one of the the above, rerun die
case $G_DISTRO in
6) distro+='11';;
7) distro+='12';;
*) distro+='Testing';;
*) (( $G_RASPBIAN )) && distro+='12' || distro+='Testing';;
esac

# APT key
Expand Down

0 comments on commit 92685ff

Please sign in to comment.