Skip to content

Commit

Permalink
Clean install for php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 26, 2024
1 parent b9feab9 commit 824c030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/desktop_install_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ elif [ "x$php81" == "x1" ]; then
command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php81='1'"'
elif [ "x$php82" == "x1" ]; then
command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php82='1'"'
elif [ "x$php83" == "x1" ]; then
command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php83='1'"'
elif [ "x$apache" == "x1" ]; then
command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' apache='1'"'
else
Expand Down

0 comments on commit 824c030

Please sign in to comment.