mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
5 lines
150 B
Bash
5 lines
150 B
Bash
|
sudo apt-get install -y software-properties-common
|
||
|
sudo apt-add-repository -y ppa:ansible/ansible
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install -y ansible
|