allow different os-releases and hyprland setup #734
Annotations
1 error and 4 warnings
Run ShellCheck
Process completed with exit code 1.
|
Run ShellCheck:
core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Run ShellCheck:
core/tabs/system-setup/arch/hyprland-kool.sh#L11
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/arch/hyprland-kool.sh:11:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Run ShellCheck:
core/tabs/system-setup/debian/hyprland-kool-deb.sh#L5
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/debian/hyprland-kool-deb.sh:5:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Run ShellCheck:
core/tabs/system-setup/fedora/hyprland-kool-fed.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/fedora/hyprland-kool-fed.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Loading