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
|
@ -7,7 +7,7 @@ hypridle
|
||||||
hyprland
|
hyprland
|
||||||
hyprlock
|
hyprlock
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hypr-qtutils
|
hyprland-qtutils
|
||||||
hyprpolkitagent
|
hyprpolkitagent
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
waybar
|
waybar
|
||||||
|
|
2
setup.sh
2
setup.sh
|
@ -80,7 +80,7 @@ echo -e "\n--- Configuration ---\n"
|
||||||
|
|
||||||
## Dotfiles
|
## Dotfiles
|
||||||
echo "Copying configuration files"
|
echo "Copying configuration files"
|
||||||
cp $config_path $dotfiles_path &&
|
cp -r $config_path $dotfiles_path &&
|
||||||
cd $dotfiles_path &&
|
cd $dotfiles_path &&
|
||||||
stow .
|
stow .
|
||||||
cd $script_path
|
cd $script_path
|
||||||
|
|
Loading…
Reference in a new issue