This commit is contained in:
committer@tuxwarrior
2024-08-27 15:44:13 -05:00
parent 29cce2959f
commit 5b603844da

View File

@@ -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}/"
# ----------