Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 579 Bytes

File metadata and controls

13 lines (9 loc) · 579 Bytes

apt-back2base

APT repository hosting .deb artifacts for back2base.

Install

curl -fsSL https://ramseymcgrath.github.io/apt-back2base/public.key | sudo gpg --dearmor -o /etc/apt/keyrings/back2base.gpg
echo "deb [signed-by=/etc/apt/keyrings/back2base.gpg] https://ramseymcgrath.github.io/apt-back2base stable main" | sudo tee /etc/apt/sources.list.d/back2base.list
sudo apt-get update && sudo apt-get install back2base

Repo metadata is regenerated by the main repo's apt-repo.yml workflow on each tagged release.