From 7269c629f0235ff3a98b93bc08860334eeb02f8d Mon Sep 17 00:00:00 2001 From: committer Date: Thu, 6 Jun 2024 10:43:22 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 3f5fab2..febd38d 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -380,6 +380,10 @@ if [ ${operation} == "dots+" ] ; then download_repo ${targz_dotsplus_url} tree ${clone_trg} + share_dir=/home/${system_user}/.local/share + mkdir -p ${share_dir} + chown ${system_user}:${system_user} ${share_dir} + # ---------- # fonts # ----------