mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 16:26:28 +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
|