Bugs fixed
This commit is contained in:
parent
750a34e08a
commit
4cad4d1081
5
fresh.sh
5
fresh.sh
@ -88,8 +88,9 @@ install_aur_helper() {
|
|||||||
dialog --title "Installing the AUR Helper" --infobox "Installing dependencies..." 0 0
|
dialog --title "Installing the AUR Helper" --infobox "Installing dependencies..." 0 0
|
||||||
pacman --noconfirm --needed -S go &>> $logfile
|
pacman --noconfirm --needed -S go &>> $logfile
|
||||||
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)" || exit
|
d=$(sudo -u '$uname' mktemp -d) || exit
|
||||||
git clone https://aur.archlinux.org/yay.git . &>> $logfile
|
git clone https://aur.archlinux.org/yay.git $d &>> $logfile
|
||||||
|
cd $d
|
||||||
sudo -u "$uname" makepkg --noconfirm -si &>> $logfile
|
sudo -u "$uname" makepkg --noconfirm -si &>> $logfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user