Commit ff1a9d74 authored by w4t's avatar w4t

wtserver 0.04

parent afaf6adb
......@@ -146,7 +146,7 @@ default-authentication-plugin=mysql_native_password
unset DEBIAN_FRONTEND
elif [ $CFG_SQLSERVER == "MariaDB" ]; then
echo -n -e "$IDENTATION_LVL_0 ${BWhite}Installing MariaDB...{NC}\n"
echo -n -e "$IDENTATION_LVL_0 ${BWhite}Installing MariaDB...${NC}\n"
echo -n -e "$IDENTATION_LVL_1 Setting debconf selections... "
echo "maria-server-11.8.1 mysql-server/root_password password $CFG_MYSQL_ROOT_PWD" | debconf-set-selections
......
......@@ -104,9 +104,10 @@ InstallWebServer() {
#curl -sSL https://packages.sury.org/nginx-mainline/README.txt | sudo bash -x >>$PROGRAMS_INSTALL_LOG_FILES 2>&1
#apt_update
#apt_install nginx-full nginx-module-geoip nginx-module-image-filter
#itt más csomag nevek vannak
apt_install nginx-full nginx-module-geoip nginx-module-image-filter
apt_install nginx nginx-module-geoip nginx-module-image-filter
systemctl start nginx
systemctl enable nginx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment