This commit is contained in:
committer
2024-06-06 10:43:22 -05:00
parent 35fe64832a
commit 7269c629f0

View File

@@ -380,6 +380,10 @@ if [ ${operation} == "dots+" ] ; then
download_repo ${targz_dotsplus_url} download_repo ${targz_dotsplus_url}
tree ${clone_trg} tree ${clone_trg}
share_dir=/home/${system_user}/.local/share
mkdir -p ${share_dir}
chown ${system_user}:${system_user} ${share_dir}
# ---------- # ----------
# fonts # fonts
# ---------- # ----------