mirror of
https://github.com/frappe/bench.git
synced 2025-02-14 08:50:21 +00:00
[centos] install.py
This commit is contained in:
parent
141867bc8d
commit
124abbd725
@ -11,11 +11,12 @@ def install_bench(args):
|
|||||||
# pre-requisites for bench repo cloning
|
# pre-requisites for bench repo cloning
|
||||||
run_os_command({
|
run_os_command({
|
||||||
"apt-get": "sudo apt-get update",
|
"apt-get": "sudo apt-get update",
|
||||||
|
"yum": "yum groupinstall 'Development Tools'"
|
||||||
})
|
})
|
||||||
|
|
||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
"apt-get": "sudo apt-get install -y git build-essential python-setuptools python-dev python-pip",
|
"apt-get": "sudo apt-get install -y git build-essential python-setuptools python-dev python-pip",
|
||||||
"yum": "sudo yum install -y git",
|
"yum": "sudo yum install -y git python-setuptools python-devel python-pip",
|
||||||
"brew": "brew install git"
|
"brew": "brew install git"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user