chore(codestyle): Code style fixes, configs

This commit is contained in:
2023-05-22 15:59:58 +03:00
parent 47703cd182
commit b259e4b992
11 changed files with 12 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
source "$HOME/.dotfiles/scripts/shared.sh"
set -e
have ntfy && msg "ntfy already installed" && exit 0;
have ntfy && msg "ntfy already installed" && exit 0
case $(dfm check arch) in
Linux)
@@ -33,4 +33,3 @@ if [ ! -f "$HOME/.config/ntfy/client.yml" ]; then
fi
rm -rf "${NTFY_DEST}" "${NTFY_DEST}.tar.gz"