|
|
@ -94,6 +94,12 @@ cd /usr/local/src/st/ |
|
|
|
make CMAKE_BUILD_TYPE=RelWithDebInfo |
|
|
|
make install |
|
|
|
|
|
|
|
echo "Building yay..." |
|
|
|
git clone https://aur.archlinux.org/yay.git /opt/yay/ |
|
|
|
cd /opt/yay |
|
|
|
makepkg -si |
|
|
|
|
|
|
|
echo "Cloning dotfiles..." |
|
|
|
|
|
|
|
echo "Enabling networkmanager service..." |
|
|
|
|
|
|
@ -102,4 +108,3 @@ systemctl enable NetworkManager |
|
|
|
echo "Taking post install script snapshot..." |
|
|
|
|
|
|
|
btrfs subvolume snapshot -r / /.snapshots/@post-install-snapshot |
|
|
|
|