grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

ntfy.md (336B)


      1 # ntfy
      2 
      3 running on devuan 10 lxc container
      4 
      5 ```
      6 sudo apt install gnupg apt-transport-https
      7 curl -sSL https://archive.heckel.io/apt/pubkey.txt | sudo apt-key add -
      8 sudo sh -c "echo 'deb [arch=amd64] https://archive.heckel.io/apt debian main' > /etc/apt/sources.list.d/archive.heckel.io.list"
      9 sudo apt update && sudo apt install ntfy
     10 ```