Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Feb 9, 2025
1 parent 906208b commit b178591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ -e /usr/bin/camilladsp && $( camilladsp -V ) != 'CamillaDSP 3.0.0' ]]; the
pacman -Sy --noconfirm camilladsp
readarray -t files <<< $( ls $dircamilladsp/configs/* )
for file in "${files[@]}"; do
sed -i '/^pipeline/,$ d' "$file"
sed -n '/^pipeline/,$ p' "$file" | grep -q 'channel:' && sed -i '/^pipeline/,$ d' "$file"
done
[[ $camillaactive ]] && pacman start camilladsp
fi
Expand Down

0 comments on commit b178591

Please sign in to comment.