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:
parent
c5dd4a36a9
commit
fe4c868f95
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ hypridle
|
|||
hyprland
|
||||
hyprlock
|
||||
hyprpaper
|
||||
hypr-qtutils
|
||||
hyprland-qtutils
|
||||
hyprpolkitagent
|
||||
xdg-desktop-portal-hyprland
|
||||
waybar
|
||||
|
|
|
|||
2
setup.sh
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue