forked from Shinonome/dots-hyprland
Typo: fix #2454
This commit is contained in:
@@ -35,7 +35,7 @@ function copy_dir_s_t(){
|
|||||||
#####################################################################################
|
#####################################################################################
|
||||||
# In case some dirs does not exists
|
# In case some dirs does not exists
|
||||||
v mkdir -p $XDG_BIN_HOME $XDG_CACHE_HOME $XDG_CONFIG_HOME $XDG_DATA_HOME/icons
|
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
|
firstrun=false
|
||||||
else
|
else
|
||||||
firstrun=true
|
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 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 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