1
1
Fork 1

Revert to apt-get per Zabbly install instructions

This commit is contained in:
Derek Smith 2023-12-19 11:29:45 -05:00
parent 17d7e9c75a
commit 355adb13ab
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 3 additions and 2 deletions

View File

@ -65,9 +65,10 @@ Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc
EOF'
apt update
apt-get update
# we || true this here because installing incus fails.
# TODO see if this can be fixed by installing JUST the incus client.
# none of the systemd/daemon stuff is needed necessarily.
apt install incus -y --no-install-recommends || true
apt-get install incus -y