mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo add-apt-repository --yes --update ppa:ansible/ansible
|
|
sudo apt install ansible
|
|
sudo apt install python3-argcomplete
|
|
sudo activate-global-python-argcomplete3
|