This commit is contained in:
pika 2025-05-16 11:04:11 +02:00
parent 6cb8948316
commit fd38a8b310

View file

@ -91,8 +91,8 @@ getDependencies() {
arch) checkAndInstall hyprgraphics ;; arch) checkAndInstall hyprgraphics ;;
debian) debian)
if ! command_exists hyprutils; then if ! command_exists hyprutils; then
cloneAndBuildUtils && cloneAndBuildUtils
cloneAndBuildGraphics cloneAndBuildGraphics
fi fi
;; ;;
esac esac
@ -179,16 +179,16 @@ cloneAndBuildLock() {
main() { main() {
case "$distro" in case "$distro" in
arch) arch)
_install hyprlock hyprgraphics hyprutils _install hyprlock
;; ;;
debian) debian)
if ! command_exists hyprutils; then # if ! command_exists hyprutils; then
cloneAndBuildUtils # cloneAndBuildUtils
fi # fi
#
if ! command_exists hyprgraphics; then # if ! command_exists hyprgraphics; then
cloneAndBuildGraphics # cloneAndBuildGraphics
fi # fi
cloneAndBuildLock cloneAndBuildLock
;; ;;