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