mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 05:50:17 +00:00
Fix: Changes to have command usage
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
source "$HOME/.dotfiles/scripts/shared.sh"
|
||||
set -e
|
||||
|
||||
have ntfy && {
|
||||
msg "ntfy already installed"
|
||||
} || {
|
||||
have ntfy && msg "ntfy already installed"
|
||||
|
||||
! have ntfy && {
|
||||
case $(dfm check arch) in
|
||||
Linux)
|
||||
NTFY_ARCH="linux_$(arch)"
|
||||
|
||||
Reference in New Issue
Block a user