Skip to content

apialerts/apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Alerts • apt repository

This repository hosts the apt package repository for the API Alerts CLI, served via GitHub Pages at apt.apialerts.com.

Do not edit this repository manually. It is updated automatically on each CLI release.

Installation

curl -fsSL https://apt.apialerts.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/apialerts.gpg
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/apialerts.gpg] https://apt.apialerts.com stable main" | sudo tee /etc/apt/sources.list.d/apialerts.list
sudo apt update && sudo apt install apialerts

Direct Install (without repository)

If you'd prefer not to add the repository, .deb packages are available on the GitHub Releases page:

sudo dpkg -i apialerts_<version>_linux_amd64.deb

Note: packages installed this way won't receive updates via apt upgrade.

Upgrading

sudo apt update && sudo apt upgrade apialerts

Uninstalling

sudo apt remove apialerts

Releases

No releases published

Packages

 
 
 

Contributors