2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00

add software-properties-common

This commit is contained in:
Pratik Vyas 2014-11-11 21:40:02 +05:30
parent fc327749ca
commit da1bfccf7b

View File

@ -101,7 +101,7 @@ gpgcheck=1
add_ubuntu_mariadb_repo() {
run_cmd sudo apt-get update
run_cmd sudo apt-get install -y python-software-properties
run_cmd sudo apt-get install -y software-properties-common python-software-properties
run_cmd sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
run_cmd sudo add-apt-repository "deb http://ams2.mirrors.digitalocean.com/mariadb/repo/5.5/ubuntu $OS_VER main"
}