arch-automated-installer/scripts/archgamingsetup.sh

7 lines
140 B
Bash
Raw Normal View History

#!/bin/bash
while IFS= read -r line ; do
2024-07-09 04:26:40 +00:00
sudo pacman -S --noconfirm --needed $line
done < $1
2024-07-09 04:26:40 +00:00
sudo pacman -S --noconfirm --needed steam