Initial commit with a first start on my Ansible dotfiles
This commit is contained in:
6
install.sh
Executable file
6
install.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-add-repository ppa:ansible/ansible
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y software-properties-common ansible
|
||||
|
||||
Reference in New Issue
Block a user