diff --git a/scripts/99_download.sh b/scripts/99_download.sh index c911fdb..61257ea 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -32,9 +32,6 @@ download_repo() { _targz_url=$1 - echo "----" - echo "..${_targz_url}.." - # make clone target directory, if it doesn't exist mkdir -p ${clone_trg} @@ -51,7 +48,7 @@ download_repo() { # download all dots (dot files) from repo if [ ${operation} == "dots" ] ; then echo "***** ${operation} *****" - download_repo targz_dots_url + download_repo ${targz_dots_url} tree ${clone_trg}/lnx-arch target_file_name=hyprland.conf