Install Orb on Debian before Bullseye (11)

Install Orb on Debian before Bullseye (11)

Install Orb on Debian before Bullseye (11)

These instructions are for installing Orb on Debian versions prior to 11 (Bullseye).

Add Orb Forge's GPG key

curl -fsSL https://pkgs.orb.net/stable/debian/orbforge.asc | sudo apt-key add -

Add the orb repository

curl -fsSL https://pkgs.orb.net/stable/debian/debian.list | sudo tee /etc/apt/sources.list.d/orb.list

Install Orb

sudo apt-get update && sudo apt-get install orb

Enable auto-update

sudo systemctl enable --now orb-update.timer