Browse Source

Use the debian version of mariadb-server

Bob Mottram 10 years ago
parent
commit
780397d0b0
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/freedombone

+ 0
- 2
src/freedombone View File

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