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