diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 17:33:58 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 17:33:58 +0200 |
| commit | 7e255289e81921f653f93078f3bab5d84a09035b (patch) | |
| tree | 041a39cd71c0ab5ed1d447425a0071c6079b6c32 | |
| parent | 1ed9afbadd18cb72a32acdfb3dd3f6934bb1bc4d (diff) | |
bootstrap libgrapheme for font rendering
| -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" |