diff options
| -rwxr-xr-x | nais | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ install_arch() { arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg arch-chroot /mnt sh -c "mkdir /home/$USERNAME/system" + arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.suckless.org/libgrapheme && cd libgrapheme && ./configure && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/dwl && cd dwl && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/wlock && cd wlock && sudo make install" arch-chroot /mnt sh -c "cd /home/$USERNAME/system && git clone https://git.nathanreiner.xyz/suckless/wayland/dmenu-wl && cd dmenu-wl && sudo make install" |