Skip to content

Commit

Permalink
v9.2
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Syntax
  • Loading branch information
MichaIng committed Mar 7, 2024
1 parent d228ab7 commit 2284b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Process_Software()
132) aSERVICES[i]='aria2' aTCP[i]='6800';; # aTCP[i]+=' 6881-6999';; # Listens on random port
133) (( $arch == 2 || $arch == 11 )) || aSERVICES[i]='yacy' aTCP[i]='8090'; (( $arch == 10 )) && aDELAY[i]=30; (( $arch == 10 || $arch == 2 || $arch == 11)) || aDELAY[i]=60;;
134) aCOMMANDS[i]='docker compose version';;
135) aSERVICES[i]='icecast2' aTCP[i]='8000' aCOMMANDS[i]='darkice -h | grep '\''^DarkIce\';; # darkice service cannot start in container as is requires audio recording device access
135) aSERVICES[i]='icecast2' aTCP[i]='8000' aCOMMANDS[i]='darkice -h | grep '\''^DarkIce'\';; # darkice service cannot start in container as is requires audio recording device access
136) aSERVICES[i]='motioneye' aTCP[i]='8765';;
137) aCOMMANDS[i]='/opt/mjpg-streamer/mjpg_streamer -v';; # aSERVICES[i]='mjpg-streamer' aTCP[i]='8082' Service does not start without an actual video device
138) aSERVICES[i]='virtualhere' aTCP[i]='7575';;
Expand Down

0 comments on commit 2284b4b

Please sign in to comment.