From 343ca0ca2e51511cf18cf9352ee414a9d21a4ad4 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:15:46 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index d38c6a6..0a2abba 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -387,23 +387,23 @@ if [ ${operation} == "dots+" ] ; then # ---------- # fonts # ---------- - file_path=/home/${system_user}/.local/share/fonts - create_dir ${file_path} - deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/" +# file_path=/home/${system_user}/.local/share/fonts +# create_dir ${file_path} +# deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/" # ---------- # images # ---------- - file_path=/home/${system_user}/.local/share/img - create_dir ${file_path} - deploy_file "${dotsplus_trg}/images/*" "${file_path}/" +# file_path=/home/${system_user}/.local/share/img +# create_dir ${file_path} +# deploy_file "${dotsplus_trg}/images/*" "${file_path}/" # ---------- # wallpapers # ---------- - file_path=/home/${system_user}/.local/share/wp - create_dir ${file_path} - deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/" +# file_path=/home/${system_user}/.local/share/wp +# create_dir ${file_path} +# deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/" # ---------- # miscelanneous @@ -420,9 +420,9 @@ if [ ${operation} == "dots+" ] ; then # sweet dark gtk theme # https://github.com/EliverLara/Sweet # https://github.com/EliverLara/Sweet/releases - file_name=Sweet-Dark.tar.xz - file_path=/usr/share/themes - deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive +# file_name=Sweet-Dark.tar.xz +# file_path=/usr/share/themes +# deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive # ---------- # chowning