15 lines
No EOL
318 B
Bash
15 lines
No EOL
318 B
Bash
#!/bin/bash
|
|
|
|
# Update and install prerequisites
|
|
apt-get update
|
|
|
|
# Install Incus packages
|
|
apt-get install -y incus
|
|
|
|
incus admin init --auto
|
|
incus profile set default security.privileged true
|
|
incus remote add hbms https://forgejo.hostedbymyself.de/hbms/ --protocol oci
|
|
|
|
incus network list
|
|
incus storage list
|
|
incus list |