mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/bin/bash -eux
|
||
|
|
||
|
# Install base requirements.
|
||
|
apt-get install -y curl git wget vim python-dev gcc
|