From fe4c868f9580126344af4a88c4730bcc760a6985 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Wed, 9 Apr 2025 16:39:32 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20missing=20parameters=20for=20cp=20in=20?= =?UTF-8?q?setup.sh=20and=20wrong=20package=20name.=20Thanks=20to=20Timoth?= =?UTF-8?q?=C3=A9e=20who=20has=20tested=20and=20found=20what=20was=20wrong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/desktop.pkgs | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/desktop.pkgs b/packages/desktop.pkgs index 9629dd7..fb0046c 100644 --- a/packages/desktop.pkgs +++ b/packages/desktop.pkgs @@ -7,7 +7,7 @@ hypridle hyprland hyprlock hyprpaper -hypr-qtutils +hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland waybar diff --git a/setup.sh b/setup.sh index 1c71e8e..edef5bd 100644 --- a/setup.sh +++ b/setup.sh @@ -80,7 +80,7 @@ echo -e "\n--- Configuration ---\n" ## Dotfiles echo "Copying configuration files" -cp $config_path $dotfiles_path && +cp -r $config_path $dotfiles_path && cd $dotfiles_path && stow . cd $script_path