We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b1e24 commit 3e74fb5Copy full SHA for 3e74fb5
1 file changed
install/hst-install-debian.sh
@@ -507,7 +507,7 @@ fi
507
508
# Installing MariaDB repo
509
echo "deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt/mariadb.list
510
-apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
+apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 1>&- 2>&-
511
512
# Installing hestia repo
513
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
0 commit comments