3 lines
57 B
Bash
3 lines
57 B
Bash
#!/bin/bash
|
|
sudo apt install ansible stow
|
|
stow --adopt .
|
#!/bin/bash
|
|
sudo apt install ansible stow
|
|
stow --adopt .
|