We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea9fcc commit 22e6de2Copy full SHA for 22e6de2
1 file changed
addserver.sh
@@ -16,6 +16,7 @@ sudo add-apt-repository ppa:ondrej/php -y
16
apt update -y &
17
wait
18
apt remove php7.4 php8.2 -y
19
+apt remove php* -y
20
apt autoremove -y
21
apt install apache2 php8.1 php8.1-mysql php8.1-xml php8.1-curl cron -y &
22
0 commit comments