fixed missing parameters for cp in setup.sh and wrong package name. Thanks to Timothée who has tested and found what was wrong

This commit is contained in:
Gu://em_ 2025-04-09 16:39:32 +02:00
parent c5dd4a36a9
commit fe4c868f95
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ hypridle
hyprland
hyprlock
hyprpaper
hypr-qtutils
hyprland-qtutils
hyprpolkitagent
xdg-desktop-portal-hyprland
waybar

View file

@ -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