updated install.sh

This commit is contained in:
JaKooLit
2024-05-01 11:56:21 +09:00
parent 8cf857efc7
commit 8e97290429
2 changed files with 3 additions and 16 deletions

View File

@@ -188,14 +188,13 @@ execute_script "00-hypr-pkgs.sh"
# Install pipewire and pipewire-audio
execute_script "pipewire.sh"
# Install hyprland
execute_script "hyprland.sh"
if [ "$nvidia" == "Y" ]; then
execute_script "nvidia.sh"
fi
if [ "$nvidia" == "N" ]; then
execute_script "hyprland.sh"
fi
if [ "$gtk_themes" == "Y" ]; then
execute_script "gtk_themes.sh"
fi