Update wordpress_install_1.sh

This commit is contained in:
RomanNum3ral 2023-08-31 14:02:22 -04:00 committed by GitHub
parent 3a4426364a
commit db2494a045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
echo -ne '\n' | sudo apt update && sudo apt upgrade -y
sudo apt update && sudo apt upgrade -y
sudo apt install apache2 -y
sudo apt install mariadb-server mariadb-client -y
sudo systemctl start mariadb