From 5c5581338513ff560a20475b49e659af21e00e3e Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Fri, 6 Mar 2026 13:27:09 +0100 Subject: [PATCH] fix: Skripte in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be55b9e..3d3c556 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ .PHONY: basic hypr basic: - bash install_basic_pcks.sh + bash install_skripte/install_basic_pcks.sh hypr: basic stow hypr - bash install_hypr_pcks.sh + bash install_skripte/install_hypr_pcks.sh bash hypr/.config/hypr/scripts/ensure-env.sh bash hypr/.config/hypr/scripts/portal-host-override.sh bash hypr/.config/hypr/scripts/fix_dolphin_file_associations.sh