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 fd23f2c commit af70364Copy full SHA for af70364
scripts/install_LAMP.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
apk update
3
-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
4
rc-update add apache2
5
6
chown -R frog:frog /var/www/html
0 commit comments