chore: Update incus group and mark script executable (#14593)

This commit is contained in:
Joshua Powers 2024-01-18 07:17:41 -07:00 committed by GitHub
parent f0a3217aa4
commit c3a762aa57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
scripts/install_incus.sh Normal file → Executable file
View File

@ -16,4 +16,4 @@ EOF'
sudo apt-get update && sudo apt-get install --yes incus
sudo incus admin init --auto
sudo usermod -a -G incus "$(whoami)"
sudo usermod -a -G incus-admin "$(whoami)"