2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

fix: script to install pre-requisites

This commit is contained in:
Saurabh 2019-06-14 18:08:40 +05:30
parent b6dd496e35
commit e7f45e36d2

View File

@ -0,0 +1,4 @@
#!/bin/bash -eux
# Install base requirements.
apt-get install -y curl git wget vim python-dev gcc