From c9c7172d4906777c9eebb3158657956f02f89817 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:18:51 -0500 Subject: [PATCH] u --- dots/archinstall/t470p/packages.txt | 1 - scripts/99_yay.sh | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dots/archinstall/t470p/packages.txt b/dots/archinstall/t470p/packages.txt index 9d96104..1d4168f 100644 --- a/dots/archinstall/t470p/packages.txt +++ b/dots/archinstall/t470p/packages.txt @@ -17,4 +17,3 @@ ttf-nerd-fonts-symbols waybar wofi xdg-desktop-portal-hyprland -git diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index 378752c..96325f2 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -2,6 +2,8 @@ # klevstul +# https://itsfoss.com/install-yay-arch-linux/ + echo "<< 99_yay.sh >>" if [ "$EUID" -ne 0 ] @@ -12,4 +14,6 @@ fi cd /tmp git clone https://aur.archlinux.org/yay.git - +cd /tmp/yay +makepkg -si +yay --version