From e06c802e8983d7def224085282baece0bb0fb713 Mon Sep 17 00:00:00 2001 From: Da_Person Date: Thu, 3 Jul 2025 14:32:27 -0700 Subject: [PATCH] Add certain packages to be removed as they conflict with source building --- install-scripts/01-hypr-pkgs.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index 115dac2..fb0e738 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -72,6 +72,19 @@ uninstall=( mako rofi cargo + # These conflict with source repositories + hyprcursor-util + hyprland + hyprland-dev + hyprland-protocols + hyprpaper + hyprwayland-scanner + libhyprcursor-dev + libhyprcursor0 + libhyprlang-dev + libhyprlang2 + libhyprutils-dev + libhyprutils0 ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##