mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix missing v in 3.files.sh (#2792)
This commit is contained in:
@@ -118,7 +118,7 @@ function install_dir(){
|
||||
if [ -d $t ];then
|
||||
warning_overwrite
|
||||
fi
|
||||
rsync_dir $s $t
|
||||
v rsync_dir $s $t
|
||||
}
|
||||
function install_dir__sync(){
|
||||
# NOTE: Do not add prefix `v` or `x` when using this function
|
||||
@@ -127,7 +127,7 @@ function install_dir__sync(){
|
||||
if [ -d $t ];then
|
||||
warning_overwrite
|
||||
fi
|
||||
rsync_dir__sync $s $t
|
||||
v rsync_dir__sync $s $t
|
||||
}
|
||||
function install_dir__skip_existed(){
|
||||
# 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
|
||||
warning_overwrite
|
||||
fi
|
||||
rsync_dir__sync_exclude $s $t "$@"
|
||||
v rsync_dir__sync_exclude $s $t "$@"
|
||||
}
|
||||
function install_google_sans_flex(){
|
||||
local font_name="Google Sans Flex"
|
||||
|
||||
Reference in New Issue
Block a user