diff --git a/scripts/99_download.sh b/scripts/99_download.sh index f9022c1..587afbf 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -11,7 +11,7 @@ targz_dots_url=https://git.mz.fo/fro/lnx-arch/archive/master.tar.gz dots_trg=${clone_trg}/lnx-arch/dots targz_wp_url=https://gitlab.com/pqq/wallpaper/-/archive/main/wallpaper-main.tar.gz -wp_trg=${clone_trg}/lnx-arch/dots +wp_trg=${clone_trg}/wallpaper-main/wp if [ "$EUID" -ne 0 ] @@ -77,4 +77,6 @@ if [ ${operation} == "wp" ] ; then download_repo ${targz_wp_url} tree ${clone_trg}/wallpaper-main + deploy_file ${wp_trg}/* /home/${user}/.config/hypr/ + fi