This commit is contained in:
pika 2025-05-16 10:33:04 +02:00
parent e9c4a26387
commit 00ac710e50

View file

@ -1,7 +1,10 @@
#!/usr/bin/env bash
unset PACKAGE &&
PACKAGE=hyprlock
PACKAGE=hyprlock &&
echo_note "Installing $PACKAGE.."
sleep 1
# ─< Check if the given command exists silently >─────────────────────────────────────────
command_exists() {