Merge branch 'master' into 'cron-addstorage-fix'
# Conflicts: # cron.jscron-addstorage-fix
commit
85c965eef8
|
@ -125,7 +125,7 @@ if [ "${ffmpeginstall^}" = "Y" ]; then
|
||||||
elif [ "$version" = 8 ]; then
|
elif [ "$version" = 8 ]; then
|
||||||
#Enable Negativo17 repo for FFMPEG (CentOS 8)
|
#Enable Negativo17 repo for FFMPEG (CentOS 8)
|
||||||
sudo dnf install epel-release dnf-utils -y -q -e 0
|
sudo dnf install epel-release dnf-utils -y -q -e 0
|
||||||
sudo yum-config-manager --set-enabled PowerTools
|
sudo yum-config-manager --set-enabled powertools
|
||||||
sudo yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo
|
sudo yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo
|
||||||
sudo dnf install ffmpeg ffmpeg-devel -y -q -e 0
|
sudo dnf install ffmpeg ffmpeg-devel -y -q -e 0
|
||||||
fi
|
fi
|
||||||
|
@ -148,7 +148,7 @@ if [ "${installdbserver^}" = "Y" ] || [ "${installdbserver^}" = "" ]; then
|
||||||
|
|
||||||
if [ "${securedbserver^}" = "Y" ]; then
|
if [ "${securedbserver^}" = "Y" ]; then
|
||||||
#Configure basic security for MariaDB
|
#Configure basic security for MariaDB
|
||||||
sudo mysql_secure_installation
|
sudo mariadb-secure-installation
|
||||||
else
|
else
|
||||||
echo "========================================================="
|
echo "========================================================="
|
||||||
echo "Skipping database server security configuration..."
|
echo "Skipping database server security configuration..."
|
||||||
|
|
|
@ -76,7 +76,7 @@ if [ "$mysqlagree" = "y" ] || [ "$mysqlagree" = "Y" ]; then
|
||||||
sudo systemctl start mariadb
|
sudo systemctl start mariadb
|
||||||
sudo systemctl enable mariadb
|
sudo systemctl enable mariadb
|
||||||
#Run mysql install
|
#Run mysql install
|
||||||
sudo mysql_secure_installation
|
sudo mariadb-secure-installation
|
||||||
fi
|
fi
|
||||||
echo "============="
|
echo "============="
|
||||||
echo "Shinobi - Database Installation"
|
echo "Shinobi - Database Installation"
|
||||||
|
|
Loading…
Reference in New Issue