From b09466a312ac9009615d1d4a88979a435bd9e4eb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 26 Nov 2023 20:45:25 +0900 Subject: [PATCH] remove hyprland nvidia as per commit --- install-scripts/nvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index 5ddf26c..cd9252b 100644 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -56,7 +56,7 @@ if pacman -Qs hyprland > /dev/null; then fi # install hyprland-nvidia-git -install_package "hyprland-nvidia-git" 2>&1 | tee -a "$LOG" +install_package "hyprland-git" 2>&1 | tee -a "$LOG" # Install additional Nvidia packages printf "${YELLOW} Installing addition Nvidia packages...\n"