From 8b4290f32622ec0a6a7976f859850bfa0cb1486c Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Mon, 31 Mar 2025 12:34:51 +1030 Subject: [PATCH] fix: yay installation --- post-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 07785f9..61146fc 100644 --- a/post-install.sh +++ b/post-install.sh @@ -97,7 +97,8 @@ make install echo "Building yay..." git clone https://aur.archlinux.org/yay.git /opt/yay/ cd /opt/yay -makepkg -si +chown -R tovi:tovi /opt/yay +# makepkg -si # Cannot build as root echo "Cloning dotfiles..." git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/ @@ -117,3 +118,4 @@ systemctl enable NetworkManager echo "Taking post install script snapshot..." btrfs subvolume snapshot -r / /.snapshots/@post-install-snapshot +grub-mkconfig -o /boot/grub/grub.cfg