File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ HESTIA_INSTALL_VER='1.7.0~alpha'
3636# Dependencies
3737multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" " 8.2" )
3838fpm_v=" 8.0"
39- mariadb_v=" 10.6 "
39+ mariadb_v=" 10.11 "
4040
4141software=" nginx apache2 apache2-utils apache2-suexec-custom
4242 apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ HESTIA_INSTALL_VER='1.7.0~alpha'
3636# Dependencies
3737multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" " 8.2" )
3838fpm_v=" 8.0"
39- mariadb_v=" 10.6 "
39+ mariadb_v=" 10.11 "
4040
4141# Defining software pack for all distros
4242software=" apache2 apache2.2-common apache2-suexec-custom apache2-utils
713713# Installing MariaDB repo
714714if [ " $mysql " = ' yes' ]; then
715715 echo " [ * ] MariaDB"
716- if [ " $release " != ' 22.04' ]; then
717- echo " deb [arch=$ARCH signed-by=/usr/share/keyrings/mariadb-keyring.gpg] https://dlm.mariadb.com/repo/mariadb-server/$mariadb_v /repo/$VERSION $codename main" > $apt /mariadb.list
718- else
719- echo " #deb [arch=$ARCH signed-by=/usr/share/keyrings/mariadb-keyring.gpg] https://dlm.mariadb.com/repo/mariadb-server/$mariadb_v /repo/$VERSION $codename main" > $apt /mariadb.list
720- fi
716+ echo " deb [arch=$ARCH signed-by=/usr/share/keyrings/mariadb-keyring.gpg] https://dlm.mariadb.com/repo/mariadb-server/$mariadb_v /repo/$VERSION $codename main" > $apt /mariadb.list
721717 curl -s https://mariadb.org/mariadb_release_signing_key.asc | gpg --dearmor | tee /usr/share/keyrings/mariadb-keyring.gpg > /dev/null 2>&1
722718fi
723719
Original file line number Diff line number Diff line change 77# ----------------------------------------------------------#
88
99# Set MariaDB Target Version
10- mariadb_v=' 10.6 '
10+ mariadb_v=' 10.11 '
1111
1212# Load OS informations
1313source /etc/os-release
You can’t perform that action at this time.
0 commit comments