arch-automated-installer/scripts/archgamingsetup.sh

7 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
while IFS= read -r line ; do
echo "sudo pacman -S --noconfirm --needed $line"
done < $1
echo "sudo pacman -S --needed steam"