Skip to content

Linux distribution to apt/dnf#3

Merged
mononz merged 10 commits intofeature/1.3.0from
feature/linux
Apr 6, 2026
Merged

Linux distribution to apt/dnf#3
mononz merged 10 commits intofeature/1.3.0from
feature/linux

Conversation

@mononz
Copy link
Copy Markdown
Contributor

@mononz mononz commented Apr 6, 2026

apt

Supports Debian, Ubuntu, and derivatives.

curl -fsSL https://apt.apialerts.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/apialerts.gpg
echo "deb [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

dnf

Supports Fedora, RHEL, CentOS, and derivatives.

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

@mononz mononz self-assigned this Apr 6, 2026
 - revert to keep all builds: go, apt, rpm, windows, mac
@mononz mononz merged commit 96c3706 into feature/1.3.0 Apr 6, 2026
@mononz mononz deleted the feature/linux branch April 6, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant