From a1c90d411f2620b19c079ab3f3dc6a01b0baaaaa Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:23:13 -0500 Subject: [PATCH] / make all dots+ functions active again --- scripts/99_deploy.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 979d949..43102aa 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -392,23 +392,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