wip
This commit is contained in:
parent
e9c4a26387
commit
00ac710e50
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
unset PACKAGE &&
|
unset PACKAGE &&
|
||||||
PACKAGE=hyprlock
|
PACKAGE=hyprlock &&
|
||||||
|
echo_note "Installing $PACKAGE.."
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
# ─< Check if the given command exists silently >─────────────────────────────────────────
|
# ─< Check if the given command exists silently >─────────────────────────────────────────
|
||||||
command_exists() {
|
command_exists() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue