From 5b603844dabd31adfaa0c8a821f9c99dbd344bd5 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 15:44:13 -0500 Subject: [PATCH] /u --- scripts/99_deploy.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 6546594..63e228c 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -88,8 +88,10 @@ deploy_file() { echo "_trg_path: ${_trg_path}" unzip -o ${_src_path} -d ${_trg_path} elif [[ ${file_name_src} == *$suffix2 ]] ; then - tar -xf ${_src_path} -C ${_trg_path} + echo " TARING!" +# tar -xf ${_src_path} -C ${_trg_path} else + echo " COPYING!" # -f (--force): overwrite without confirmation cp --force --recursive ${_src_path} ${_trg_path} fi @@ -389,7 +391,9 @@ if [ ${operation} == "dots+" ] ; then # fonts # ---------- file_path=/home/${system_user}/.local/share/fonts + echo " 1" create_dir ${file_path} + echo " 2" deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/" # ----------