浏览代码

Change mariadb repository

Bob Mottram 10 年前
父节点
当前提交
b1ad4fc49e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

@@ -6252,7 +6252,7 @@ function install_mariadb {
6252 6252
   fi
6253 6253
   apt-get -y --force-yes install python-software-properties debconf-utils
6254 6254
   apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
6255
-  add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
6255
+  sudo add-apt-repository 'deb http://lon1.mirrors.digitalocean.com/mariadb/repo/10.1/debian sid main'
6256 6256
   apt-get -y --force-yes install software-properties-common
6257 6257
   apt-get -y update
6258 6258