This commit is contained in:
tuxwarrior
2024-04-30 20:34:33 -05:00
parent 9d04e44989
commit fb954b8fa3

View File

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