5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo xargs -a ./pkglist_arch.txt pacman -S --needed
|
|
|