mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix mysql
This commit is contained in:
@@ -1210,7 +1210,7 @@ salt_install_mysql_deps() {
|
||||
yum -y install mariadb-devel
|
||||
elif [ $OS == 'ubuntu' ]; then
|
||||
if [ $OSVER != "xenial" ]; then
|
||||
apt-get -y install python3-mysql >> $SETUPLOG 2>&1
|
||||
apt-get -y install python3-mysqldb >> $SETUPLOG 2>&1
|
||||
else
|
||||
apt-get -y install python-mysqldb
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user