This commit is contained in:
clsty
2025-11-12 23:13:07 +08:00
parent 55b5d7145d
commit 1844d12bc5
+2 -2
View File
@@ -35,7 +35,7 @@ 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
if test -f "${firstrun_file}"; then
if test -f "${FIRSTRUN_FILE}"; then
firstrun=false
else
firstrun=true
@@ -114,4 +114,4 @@ declare -a arg_excludes=()
# v rsync -av "dots/.local/bin/" "$XDG_BIN_HOME" # No longer needed since scripts are no longer in ~/.local/bin
v cp -f "dots/.local/share/icons/illogical-impulse.svg" "${XDG_DATA_HOME}"/icons/illogical-impulse.svg
v touch "${firstrun_file}"
v touch "${FIRSTRUN_FILE}"