Update 'kfg'

This commit is contained in:
2023-05-31 00:54:50 +02:00
parent 5b8f764e91
commit 2b5745d2d0

1
kfg
View File

@@ -350,6 +350,7 @@ function github_download_config {
_remote_file="https://raw.githubusercontent.com/$_repo/$_tag_name/$_file" _remote_file="https://raw.githubusercontent.com/$_repo/$_tag_name/$_file"
download_config "$_program" "$_file" "$_remote_file" download_config "$_program" "$_file" "$_remote_file"
install_rc_file "$CONFIG_PATH/$_program/$_file"
} }
function install_deb_check { function install_deb_check {