Fix missing v in 3.files.sh (#2792)

This commit is contained in:
Celestial.y
2026-01-01 23:42:24 +08:00
committed by GitHub
parent 7238b2b15c
commit c9d0248a6a
+3 -3
View File
@@ -118,7 +118,7 @@ function install_dir(){
if [ -d $t ];then if [ -d $t ];then
warning_overwrite warning_overwrite
fi fi
rsync_dir $s $t v rsync_dir $s $t
} }
function install_dir__sync(){ function install_dir__sync(){
# NOTE: Do not add prefix `v` or `x` when using this function # NOTE: Do not add prefix `v` or `x` when using this function
@@ -127,7 +127,7 @@ function install_dir__sync(){
if [ -d $t ];then if [ -d $t ];then
warning_overwrite warning_overwrite
fi fi
rsync_dir__sync $s $t v rsync_dir__sync $s $t
} }
function install_dir__skip_existed(){ function install_dir__skip_existed(){
# NOTE: Do not add prefix `v` or `x` when using this function # NOTE: Do not add prefix `v` or `x` when using this function
@@ -150,7 +150,7 @@ function install_dir__sync_exclude(){
if [ -d $t ];then if [ -d $t ];then
warning_overwrite warning_overwrite
fi fi
rsync_dir__sync_exclude $s $t "$@" v rsync_dir__sync_exclude $s $t "$@"
} }
function install_google_sans_flex(){ function install_google_sans_flex(){
local font_name="Google Sans Flex" local font_name="Google Sans Flex"