Official Debian, Raspberry Pi OS & Ubuntu Package Repository
Install and maintain INDI Allsky and pre-compiled 3rd-party camera drivers natively using standard apt.
sudo mkdir -p /etc/apt/keyrings curl -fsSL https://aaronwmorris.github.io/indi-allsky/key.gpg | \ sudo gpg --dearmor -o /etc/apt/keyrings/indi-allsky.gpg sudo chmod a+r /etc/apt/keyrings/indi-allsky.gpg
sudo tee /etc/apt/sources.list.d/indi-allsky.sources <<EOF Types: deb URIs: https://aaronwmorris.github.io/indi-allsky Suites: $(lsb_release -cs) Components: stable Signed-By: /etc/apt/keyrings/indi-allsky.gpg EOF
Stable channel: Recommended for all production systems. Receives tested, tagged releases.
sudo apt update && sudo apt install -y indi-allsky