Browse Source

fix: yay installation

master
Tovi Jaeschke-Rogers 5 days ago
parent
commit
8b4290f326
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      post-install.sh

+ 3
- 1
post-install.sh View File

@ -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

Loading…
Cancel
Save