Skip to content

Commit

Permalink
v8.22
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Add webserver/PHP/MariaDB checks for webserver stacks and fix MediaWiki software ID
  • Loading branch information
MichaIng committed Sep 12, 2023
1 parent 15db3f8 commit 13dfec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ for i in $SOFTWARE
do
case $i in
205) Process_Software webserver;;
27|56|63|64|107|132) Process_Software 89 webserver;; # 93 (Pi-hole) cannot be installed non-interactively
38|40|48|54|55|57|59|90|141|160) Process_Software 88 89 webserver;;
27|56|63|64|75|78|81|107|132) Process_Software 89 webserver;; # 93 (Pi-hole) cannot be installed non-interactively
38|40|48|54|55|57|59|76|79|82|90|160|210) Process_Software 88 89 webserver;;
159) Process_Software 36 37 65 88 89 96 121 124 128 129 152 160 163 webserver;;
47|114|168) Process_Software 88 89 91 webserver;;
8|33|131|179|206) Process_Software 196;;
Expand Down

0 comments on commit 13dfec1

Please sign in to comment.