installation: skip .local/bin

This commit is contained in:
end-4
2025-06-06 23:29:29 +02:00
parent b70dbf5f10
commit 194b470cf2
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -57,7 +57,6 @@ e "Checking distro"
x ii_check_distro
e "Checking variables"
x declare -p XDG_BIN_HOME # ~/.local/bin
x declare -p XDG_CACHE_HOME # ~/.cache
x declare -p XDG_CONFIG_HOME # ~/.config
x declare -p XDG_DATA_HOME # ~/.local/share
+1 -1
View File
@@ -249,7 +249,7 @@ esac
# some foldes (eg. .local/bin) should be processed separately to avoid `--delete' for rsync,
# since the files here come from different places, not only about one program.
v rsync -av ".local/bin/" "$XDG_BIN_HOME"
# v rsync -av ".local/bin/" "$XDG_BIN_HOME" # No longer needed since scripts are no longer in ~/.local/bin
# Prevent hyprland from not fully loaded
sleep 1