We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c0e52 commit e15226dCopy full SHA for e15226d
.github/workflows/dietpi-software.bash
@@ -256,7 +256,7 @@ Process_Software()
256
155) aSERVICES[i]='htpc-manager' aTCP[i]='8085'; (( $emulation )) && aDELAY[i]=30;;
257
#156) Steam
258
157) aSERVICES[i]='home-assistant' aTCP[i]='8123'; (( $emulation )) && aDELAY[i]=900 || aDELAY[i]=60;;
259
- 158) aSERVICES[i]='minio' aTCP[i]='9001 9004';;
+ 158) aSERVICES[i]='minio' aTCP[i]='9001 9004' aCOMMANDS[i]='bash -ic '\''mc mb local/test'\';;
260
#159) Allo GUI full
261
#160) Allo GUI without dependencies
262
161) aSERVICES[i]='bdd' aTCP[i]='80 443';;
0 commit comments