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

View file

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