This commit is contained in:
committer@tuxwarrior
2024-08-27 16:41:35 -05:00
parent 0b60107552
commit 507fc2a40d

View File

@@ -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}