User Tools

Site Tools


computing:incus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:incus [2026/03/30 16:48] oemb1905computing:incus [2026/03/30 16:50] (current) oemb1905
Line 20: Line 20:
 apt autoremove -y --purge apt autoremove -y --purge
 mkdir -p /etc/apt/keyrings mkdir -p /etc/apt/keyrings
 +
 curl -fsSL https://pkgs.zabbly.com/key.asc | tee /etc/apt/keyrings/zabbly.asc >/dev/null curl -fsSL https://pkgs.zabbly.com/key.asc | tee /etc/apt/keyrings/zabbly.asc >/dev/null
 +
 cat <<EOF | tee /etc/apt/sources.list.d/zabbly-incus-stable.sources cat <<EOF | tee /etc/apt/sources.list.d/zabbly-incus-stable.sources
 Enabled: yes Enabled: yes
Line 29: Line 31:
 Signed-By: /etc/apt/keyrings/zabbly.asc Signed-By: /etc/apt/keyrings/zabbly.asc
 EOF EOF
 +
 apt update apt update
 apt install -y incus incus-ui-canonical apt install -y incus incus-ui-canonical
computing/incus.1774889305.txt.gz · Last modified: by oemb1905