Skip to content

Commit

Permalink
aktualizacja php
Browse files Browse the repository at this point in the history
  • Loading branch information
mati75 committed Oct 23, 2024
1 parent fd23f2c commit af70364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_LAMP.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
apk update
apk add apache2 apache2-utils php81-apache2 php81-mysqli php81-bcmath php81-simplexml php81-zip php81-pear php81-xml php81-curl php81-mbstring php81-pdo_mysql php81-pdo
apk add apache2 apache2-utils php83-apache2 php83-mysqli php83-bcmath php83-simplexml php83-zip php83-pear php83-xml php83-curl php83-mbstring php83-pdo_mysql php83-pdo
rc-update add apache2

chown -R frog:frog /var/www/html
Expand Down

0 comments on commit af70364

Please sign in to comment.