forked from Shinonome/dots-hyprland
Add subcmd resetfirstrun
This commit is contained in:
@@ -26,4 +26,4 @@ STY_RST='\e[00m'
|
||||
# Used by register_temp_file()
|
||||
declare -a TEMP_FILES_TO_CLEANUP=()
|
||||
|
||||
|
||||
FIRSTRUN_FILE="${XDG_CACHE_HOME}/.ii-qs-installed"
|
||||
|
||||
@@ -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