fix: only use makepkg
This commit is contained in:
parent
0002a8a3b9
commit
ef243cc0b1
4
fresh.sh
4
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user