From ef243cc0b1db9179ab3832981d8a4f5143671471 Mon Sep 17 00:00:00 2001 From: phga Date: Mon, 11 Apr 2022 17:52:08 +0200 Subject: [PATCH] fix: only use makepkg --- fresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index c6c2d01..42360a8 100755 --- a/fresh.sh +++ b/fresh.sh @@ -116,8 +116,8 @@ install_aur_helper() { dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0 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 + sudo -u $uname makepkg --noconfirm -si &>> $logfile + # pacman -U --noconfirm *.zst } installation_loop() {