Skip to content

Commit 9bd84c9

Browse files
author
Alexandros Ioannides
authored
Revert Skip MariaDB repository
1 parent 9391ec0 commit 9bd84c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ if [ "$apache" = 'yes' ]; then
579579
fi
580580

581581
# Installing MariaDB repo
582-
if [ "$mysql" = 'yes' ] && [ "$release" != "20.04" ]; then
582+
if [ "$mysql" = 'yes' ]; then
583583
echo "(*) MariaDB"
584584
echo "deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/$mariadb_v/$VERSION $codename main" > $apt/mariadb.list
585585
APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
@@ -1370,7 +1370,7 @@ fi
13701370
#----------------------------------------------------------#
13711371

13721372
if [ "$named" = 'yes' ]; then
1373-
echo "(*) Configuring Bind DNS server..."
1373+
echo "(*) Configuring Bind DNS server..."
13741374
cp -f $HESTIA_INSTALL_DIR/bind/named.conf /etc/bind/
13751375
cp -f $HESTIA_INSTALL_DIR/bind/named.conf.options /etc/bind/
13761376
chown root:bind /etc/bind/named.conf

0 commit comments

Comments
 (0)