From fb954b8fa3d8563fa47c3a92295882dc4b6e8fc3 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 20:34:33 -0500 Subject: [PATCH] u --- scripts/99_download.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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