u
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user