mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Add subcmd resetfirstrun
This commit is contained in:
@@ -344,6 +344,7 @@ function backup_clashing_targets(){
|
||||
x mkdir -p $backup_dir
|
||||
x rsync -av --progress "${args_includes[@]}" "$target_dir/" "$backup_dir/"
|
||||
}
|
||||
|
||||
function install_cmds(){
|
||||
case $OS_GROUP_ID in
|
||||
"arch")
|
||||
@@ -401,6 +402,7 @@ function install_cmds(){
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
function ensure_cmds(){
|
||||
local not_found_cmds=()
|
||||
for cmd in "$@"; do
|
||||
|
||||
Reference in New Issue
Block a user