mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Typo: fix #2454
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user