Skip to content

Commit

Permalink
Mariadb Repo fix
Browse files Browse the repository at this point in the history
Mariadb Repo fix
  • Loading branch information
cryptopool-builders committed Nov 9, 2019
1 parent eb6fdab commit a87cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ hide_output sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:
if [[ ("$DISTRO" == "16") ]]; then
sudo add-apt-repository 'deb [arch=amd64,arm64,i386,ppc64el] http://mirrors.accretive-networks.net/mariadb/repo/10.4/ubuntu xenial main'
else
sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://mirrors.accretive-networks.net/mariadb/repo/10.4/ubuntu bionic main'
sudo add-apt-repository 'deb [arch=amd64,arm64,i386,ppc64el] http://mirror.timeweb.ru/mariadb/repo/10.4/ubuntu xenial main'
fi
echo -e "$GREEN Done...$COL_RESET"
# Upgrade System Files
Expand Down

0 comments on commit a87cf4b

Please sign in to comment.