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
|
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
|
git clone https://aur.archlinux.org/yay.git . &>> $logfile
|
||||||
sudo -u $uname makepkg --noconfirm -s &>> $logfile
|
sudo -u $uname makepkg --noconfirm -si &>> $logfile
|
||||||
pacman -U --noconfirm *.zst
|
# pacman -U --noconfirm *.zst
|
||||||
}
|
}
|
||||||
|
|
||||||
installation_loop() {
|
installation_loop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user