Skip to content

apialerts/rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Alerts • rpm repository

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

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

Installation

sudo rpm --import https://rpm.apialerts.com/key.gpg
sudo tee /etc/yum.repos.d/apialerts.repo <<EOF
[apialerts]
name=API Alerts
baseurl=https://rpm.apialerts.com
enabled=1
gpgcheck=1
gpgkey=https://rpm.apialerts.com/key.gpg
EOF
sudo dnf install apialerts

Upgrading

sudo dnf upgrade apialerts

Uninstalling

sudo dnf remove apialerts

Releases

No releases published

Packages

 
 
 

Contributors