u
This commit is contained in:
@@ -77,6 +77,7 @@ deploy_file() {
|
|||||||
# 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} *****"
|
||||||
|
rm -rf ${clone_trg}/lnx-arch
|
||||||
download_repo ${targz_dots_url}
|
download_repo ${targz_dots_url}
|
||||||
tree ${clone_trg}/lnx-arch
|
tree ${clone_trg}/lnx-arch
|
||||||
|
|
||||||
@@ -101,6 +102,7 @@ fi
|
|||||||
# download wallpapers from repo
|
# download wallpapers from repo
|
||||||
if [ ${operation} == "wp" ] ; then
|
if [ ${operation} == "wp" ] ; then
|
||||||
echo "***** ${operation} *****"
|
echo "***** ${operation} *****"
|
||||||
|
rm -rf ${clone_trg}/wallpaper-main
|
||||||
download_repo ${targz_wp_url}
|
download_repo ${targz_wp_url}
|
||||||
tree ${clone_trg}/wallpaper-main
|
tree ${clone_trg}/wallpaper-main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user