Add subcmd resetfirstrun

This commit is contained in:
clsty
2025-11-12 21:25:25 +08:00
parent 318d80de38
commit 9997fdce0c
6 changed files with 38 additions and 3 deletions
-1
View File
@@ -35,7 +35,6 @@ function copy_dir_s_t(){
#####################################################################################
# In case some dirs does not exists
v mkdir -p $XDG_BIN_HOME $XDG_CACHE_HOME $XDG_CONFIG_HOME $XDG_DATA_HOME/icons
firstrun_file="${XDG_CACHE_HOME}/.ii-qs-installed"
if test -f "${firstrun_file}"; then
firstrun=false
else