5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/bash
|
|
sudo apt update
|
|
sudo apt install ansible -y
|
|
make devpod
|
|
#stow --adopt .
|