forked from Shinonome/dots-hyprland
Fix missing v in 3.files.sh (#2792)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user