wip
This commit is contained in:
parent
6cb8948316
commit
fd38a8b310
1 changed files with 10 additions and 10 deletions
18
hyprlock.sh
18
hyprlock.sh
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue