dots/setup/pkgs-install.sh

2 lines
86 B
Bash
Raw Normal View History

2023-12-07 19:35:00 +03:00
#!/bin/bash
sudo apt install $(cat home.txt) -y && sudo apt install $(cat work.txt) -y