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