fix: typo
This commit is contained in:
parent
016354b798
commit
0002a8a3b9
2
fresh.sh
2
fresh.sh
@ -114,7 +114,7 @@ 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)
|
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 -s &>> $logfile
|
||||||
pacman -U --noconfirm *.zst
|
pacman -U --noconfirm *.zst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user