We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6198611 commit 7c6945dCopy full SHA for 7c6945d
lib/verify
@@ -778,7 +778,7 @@ if [[ $(conf_read mysql) == "true" ]]; then
778
echo "- [ERROR] MariaDB Apt Key not found!"
779
local ver_four_err="1"
780
fi
781
- if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "mirrors.syringanetworks.net/mariadb/repo" /etc/apt/sources.list) ]]; then
+ if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "deb.mariadb.org" /etc/apt/sources.list) ]]; then
782
echo "- [ERROR] MariaDB PPA not found in sources list!"
783
784
0 commit comments