diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 80d2626..2d6cc7b 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -161,6 +161,8 @@ if [ ${operation} == "dots" ] ; then targz_dots_url=https://git.mz.fo/fro/lnx-arch/archive/master.tar.gz dots_trg=${clone_trg}/lnx-arch/dots +exit + echo "***** ${operation} *****" rm -rf ${clone_trg}/lnx-arch download_repo ${targz_dots_url} @@ -174,8 +176,6 @@ if [ ${operation} == "dots" ] ; then file_path=/usr/share/applications deploy_file "${dots_trg}/applications/*" "${file_path}/" -exit - # bashrc file_name=.bashrc file_path=/home/${system_user}