Add the Incus repository to APT
dailyZabbly provides four different Incus repositories. Choose the one that matches your requirements and run the corresponding command as root to create the .sources file in /etc/apt/sources.list.d/.
Available repositories:
lts-6.0: Incus 6.0.x LTSlts-7.0: Incus 7.0.x LTSstable: Latest release of Incusdaily: Untested daily builds
# Example: Adding the Stable repository
sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-stable.sources
Enabled: yes
Types: deb
URIs: https://pkgs.zabbly.com/incus/stable
Suites: $(. /etc/os-release && echo ${VERSION_CODENAME})
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc
EOF'