Skip to content

Commit

Permalink
Bugfix DAC-list maker shell-script
Browse files Browse the repository at this point in the history
  • Loading branch information
mute-audio committed Apr 30, 2024
1 parent 3a1cb75 commit b29c3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mute_update/DAC_list_update/daclistmaker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## [ mute ] DAC list generator shell
## (C)2023 kitamura_design <kitamura_design@me.com>
## (C)2024 kitamura_design <kitamura_design@me.com>


## Extract the Info line containing "audio", "sound", "music", "DAC",
Expand All @@ -11,7 +11,7 @@
OS_codename=$(lsb_release -a | grep Codename | cut -f 2)

if [ ${OS_codename} = "bookworm" ]; then
bootDIR="${bootDIR}"
bootDIR="boot/firmware"
else
bootDIR="boot"
fi
Expand Down

0 comments on commit b29c3c8

Please sign in to comment.