Update wordpress_install_1.sh

This commit is contained in:
RomanNum3ral 2023-08-31 13:57:37 -04:00 committed by GitHub
parent 3e87a4d1db
commit 3a4426364a
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
sudo apt update && sudo apt upgrade -y
echo -ne '\n' | sudo apt update && sudo apt upgrade -y
sudo apt install apache2 -y
sudo apt install mariadb-server mariadb-client -y
sudo systemctl start mariadb