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