Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Nov 27, 2023
1 parent cdd1528 commit e0a20a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alias=r1
grep -q connect $dirbash/websocket-server.py && websocketrestart=1

file=$dirmpdconf/conf/camilladsp.conf
if [[ ! -e $file ]]; then
if [[ -e /usr/bin/camilladsp && ! -e $file ]]; then
echo 'audio_output {
name "CamillaDSP"
device "hw:Loopback,1"
Expand Down Expand Up @@ -95,7 +95,7 @@ if ! grep -q plclear $file; then
' $file
fi

if [[ ! -e $dirsystem/localbrowser.conf ]]; then
if [[ ! -e /boot/kernel.img && ! -e $dirsystem/localbrowser.conf ]]; then
echo "\
rotate=0
zoom=100
Expand Down

0 comments on commit e0a20a4

Please sign in to comment.