Skip to content

Commit b47e37a

Browse files
committed
bug fixes
1 parent 0f23dc1 commit b47e37a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ echo "try logging in and out"
6464

6565

6666
mkdir -p ~/.config/hypr ~/.config/alacritty ~/.config/waybar ~/.config/htop ~/.config/sway
67-
cp ./hypr/* ~/.config/hypr/
68-
cp ./waybar/* ~/.config/waybar/
69-
cp ./alacritty/* ~/.config/alacritty/
70-
cp ./htop/* ~/.config/htop
67+
cp -f ./hypr/* ~/.config/hypr/
68+
cp -f ./waybar/* ~/.config/waybar/
69+
cp -f ./alacritty/* ~/.config/alacritty/
70+
cp -f ./htop/* ~/.config/htop
7171
sudo ./rofi-themes/* /usr/share/rofi/themes/
7272

7373
cd ~/wallpaper/ && bash install.sh

0 commit comments

Comments
 (0)