This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:incus [2026/03/30 16:48] – oemb1905 | computing:incus [2026/03/30 16:50] (current) – oemb1905 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| apt autoremove -y --purge | apt autoremove -y --purge | ||
| mkdir -p / | mkdir -p / | ||
| + | |||
| curl -fsSL https:// | curl -fsSL https:// | ||
| + | |||
| cat <<EOF | tee / | cat <<EOF | tee / | ||
| Enabled: yes | Enabled: yes | ||
| Line 29: | Line 31: | ||
| Signed-By: / | Signed-By: / | ||
| EOF | EOF | ||
| + | |||
| apt update | apt update | ||
| apt install -y incus incus-ui-canonical | apt install -y incus incus-ui-canonical | ||