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