Fixes some issues with current hyprland

This commit is contained in:
Michel Fedde 2025-09-25 00:42:15 +02:00
parent 7375e2df58
commit c5b55c5459
10 changed files with 13 additions and 44 deletions

View file

@ -101,10 +101,8 @@ do
arrIN=(${gitInstall//;/ })
targetPath="$HOME/.cache/${arrIN[0]}"
if checkGitInstallExistance "$targetPath"; then
echo "Installing... ${arrIN[0]}"
runGitInstall "$targetPath" "${arrIN[1]}" "${arrIN[2]}"
fi
echo "Installing... ${arrIN[0]}"
runGitInstall "$targetPath" "${arrIN[1]}" "${arrIN[2]}"
done
echo "# Executing actions... (${#actions[@]})"