Made a separate script for fonts installation for easy debugging purpose

This commit is contained in:
JaKooLit
2024-05-04 23:57:17 +09:00
parent 6247e2fa09
commit f57842bd36
4 changed files with 53 additions and 11 deletions

View File

@@ -188,6 +188,9 @@ execute_script "00-hypr-pkgs.sh"
# Install pipewire and pipewire-audio
execute_script "pipewire.sh"
# Install necessary fonts
execute_script "fonts.sh"
# Install hyprland
execute_script "hyprland.sh"