forked from Shinonome/dots-hyprland
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 .
|
# yay will be installed as AUR package and upgrade there, no need to build here in cache/yay .
|
||||||
install-yay() {
|
install-yay() {
|
||||||
x sudo pacman -Sy --needed --noconfirm base-devel
|
x sudo pacman -Sy --needed --noconfirm base-devel
|
||||||
try git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
x git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
||||||
cd /tmp/buildyay
|
x cd /tmp/buildyay
|
||||||
x makepkg -o
|
x makepkg -o
|
||||||
x makepkg -se
|
x makepkg -se
|
||||||
x makepkg -i --noconfirm
|
x makepkg -i --noconfirm
|
||||||
cd $base
|
x cd $base
|
||||||
rm -rf /tmp/buildyay
|
rm -rf /tmp/buildyay
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user