From 3e131594be24ebfea31449d0e0b625746e98248d Mon Sep 17 00:00:00 2001 From: Gaurav Bankar Date: Thu, 8 Aug 2024 14:15:29 +0530 Subject: [PATCH] fixed walls copy --- scripts/installer/utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/utilities.sh b/scripts/installer/utilities.sh index 8642769..ba4241f 100644 --- a/scripts/installer/utilities.sh +++ b/scripts/installer/utilities.sh @@ -18,7 +18,7 @@ run_command "cp -r /home/$SUDO_USER/simple-hyprland/configs/tofi /home/$SUDO_USE run_command "pacman -S --noconfirm cliphist" "Install Cliphist - Clipboard Manager" "yes" run_command "yay -S --sudoloop --noconfirm swww" "Install SWWW for wallpaper management" "yes" "no" -run_command "cp -r /home/$SUDO_USER/simple-hyprland/assets/backgrounds /home/$SUDO_USER/.config/assets/backgrounds/" "Copy sample wallpapers to assets directory (Recommended)" "yes" "no" +run_command "mkdir -p /home/$SUDO_USER/.config/assets/backgrounds && cp -r /home/$SUDO_USER/simple-hyprland/assets/backgrounds /home/$SUDO_USER/.config/assets/" "Copy sample wallpapers to assets directory (Recommended)" "yes" "no" run_command "yay -S --sudoloop --noconfirm hyprpicker" "Install Hyprpicker - Color Picker" "yes" "no"