mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 09:14:04 +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
|