mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
minor fix for install-yay.
This commit is contained in:
+3
-3
@@ -106,12 +106,12 @@ readarray -t pkglist < dependencies.txt
|
||||
# yay will be installed as AUR package and upgrade there, no need to build here in cache/yay .
|
||||
install-yay() {
|
||||
x sudo pacman -Sy --needed --noconfirm base-devel
|
||||
try git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
||||
cd /tmp/buildyay
|
||||
x git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
||||
x cd /tmp/buildyay
|
||||
x makepkg -o
|
||||
x makepkg -se
|
||||
x makepkg -i --noconfirm
|
||||
cd $base
|
||||
x cd $base
|
||||
rm -rf /tmp/buildyay
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user