From 0002a8a3b9285a15ff2ac5ffdd7b28af67099d97 Mon Sep 17 00:00:00 2001 From: phga Date: Mon, 11 Apr 2022 17:49:56 +0200 Subject: [PATCH] fix: typo --- fresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index 60d9c80..c6c2d01 100755 --- a/fresh.sh +++ b/fresh.sh @@ -114,7 +114,7 @@ install_aur_helper() { dialog --title "Installing the AUR Helper" --infobox "Installing dependencies..." 0 0 pacman --noconfirm --needed -S go &>> $logfile dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0 - cd $(sudo - u $uname mktemp -d) + cd $(sudo -u $uname mktemp -d) git clone https://aur.archlinux.org/yay.git . &>> $logfile sudo -u $uname makepkg --noconfirm -s &>> $logfile pacman -U --noconfirm *.zst