From 93ce991c8aa8618b3bba479862bfb85a626c19de Mon Sep 17 00:00:00 2001 From: clsty Date: Wed, 28 Feb 2024 10:36:16 +0800 Subject: [PATCH] Minor fix for inst script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index eb9f6237..836c14f9 100755 --- a/install.sh +++ b/install.sh @@ -139,8 +139,8 @@ if $ask_MicroTeX;then showfun install-MicroTeX;v install-MicroTeX;fi ##################################################################################### printf "\e[36m[$0]: 3. Copying\e[97m\n" -# In case ~/.local/bin does not exists -v mkdir -p "$HOME/.local/bin" "$HOME/.local/share" +# In case some folders does not exists +v mkdir -p "$HOME"/.{config,cache,local/{bin,share}} # `--delete' for rsync to make sure that # original dotfiles and new ones in the SAME DIRECTORY