diff --git a/scripts/99_download.sh b/scripts/99_download.sh index 7a475a9..48c1d2b 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -82,6 +82,6 @@ if [ ${operation} == "wp" ] ; then download_repo ${targz_wp_url} tree ${clone_trg}/wallpaper-main - deploy_file ${wp_trg}/* /home/${user}/.config/hypr/ + deploy_file "${wp_trg}/*" "/home/${user}/.config/hypr/" fi