Latest
This commit is contained in:
parent
de3c01c70a
commit
ba509751ed
2 changed files with 3 additions and 5 deletions
|
@ -13,7 +13,7 @@ backends:
|
||||||
- notifico
|
- notifico
|
||||||
- slack
|
- slack
|
||||||
- systemlog
|
- systemlog
|
||||||
{{ else i eq .host.distro.family "windows" }}
|
{{ else if eq .host.distro.family "windows" }}
|
||||||
backends:
|
backends:
|
||||||
- matrix
|
- matrix
|
||||||
- notifico
|
- notifico
|
|
@ -3219,6 +3219,7 @@ softwarePackages:
|
||||||
_name: NFTY
|
_name: NFTY
|
||||||
_post: |
|
_post: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
pipx inject ntfy ntfy[emoji,matrix,pid,slack]
|
||||||
sudo mkdir -p /usr/local/etc/branding
|
sudo mkdir -p /usr/local/etc/branding
|
||||||
sudo cp -f "$HOME/.local/etc/branding/logo-color-256x256.png" /usr/local/etc/branding/logo-color-256x256.png
|
sudo cp -f "$HOME/.local/etc/branding/logo-color-256x256.png" /usr/local/etc/branding/logo-color-256x256.png
|
||||||
sudo mkdir -p /usr/local/share/sounds
|
sudo mkdir -p /usr/local/share/sounds
|
||||||
|
@ -3229,10 +3230,7 @@ softwarePackages:
|
||||||
if command -v termux-setup-storage > /dev/null; then
|
if command -v termux-setup-storage > /dev/null; then
|
||||||
apt install termux-api
|
apt install termux-api
|
||||||
fi
|
fi
|
||||||
pip: ntfy[emoji,matrix,pid,slack]
|
pipx: ntfy
|
||||||
script: |
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
pip3 install ntfy[emoji,matrix,pid,slack]
|
|
||||||
makeself:
|
makeself:
|
||||||
_bin: makeself
|
_bin: makeself
|
||||||
_github: https://github.com/megastep/makeself
|
_github: https://github.com/megastep/makeself
|
||||||
|
|
Loading…
Reference in a new issue