fixing MySQL commands

This commit is contained in:
Raven Scott 2022-07-23 17:00:41 -04:00
commit 0e3889bb38
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ sudo a2enmod rewrite
notif "Installing MySQL 8"
echo "Installing MySQL 8"
echo "deb http://ports.ubuntu.com/ubuntu-ports/ jammy-proposed main universe" >> /etc/apt/sources.list
apt update
DEBIAN_FRONTEND=noninteractive apt-get -y install mariadb-server mariadb-client