This commit is contained in:
tuxwarrior
2024-05-01 11:08:34 -05:00
parent c28b8fcbed
commit 6d03db7e4f

View File

@@ -77,6 +77,7 @@ deploy_file() {
# download all dots (dot files) from repo
if [ ${operation} == "dots" ] ; then
echo "***** ${operation} *****"
rm -rf ${clone_trg}/lnx-arch
download_repo ${targz_dots_url}
tree ${clone_trg}/lnx-arch
@@ -101,6 +102,7 @@ fi
# download wallpapers from repo
if [ ${operation} == "wp" ] ; then
echo "***** ${operation} *****"
rm -rf ${clone_trg}/wallpaper-main
download_repo ${targz_wp_url}
tree ${clone_trg}/wallpaper-main