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