#!/bin/bash set -e U=tom pacman -S --needed - >/etc/sudoers cd /home/$U/yay && sudo -u $U makepkg -si --noconfirm sudo -u $U yay -Syu --noconfirm