can't run as sudo

This commit is contained in:
Josh Thomas 2025-06-29 14:22:33 -05:00
parent 428d08f838
commit 85c98d4d0b

View file

@ -6,7 +6,7 @@ pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
git clone https://aur.archlinux.org/yadm-git.git /tmp/yadm
cd /tmp/yadm
sudo makepkg -si --noconfirm
makepkg -si --noconfirm
cd "$HOME"
rm -rf /tmp/yadm