浏览代码

Use the debian version of mariadb-server

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

+ 0
- 2
src/freedombone 查看文件

6248
       return
6248
       return
6249
   fi
6249
   fi
6250
   apt-get -y --force-yes install python-software-properties debconf-utils
6250
   apt-get -y --force-yes install python-software-properties debconf-utils
6251
-  apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
6252
-  add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
6253
   apt-get -y --force-yes install software-properties-common
6251
   apt-get -y --force-yes install software-properties-common
6254
   apt-get -y update
6252
   apt-get -y update
6255
 
6253