Skip to content

Commit

Permalink
test-incus-storage-buckets: Fix bad logic
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 11, 2024
1 parent 9e386d4 commit f4793d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/test-incus-storage-buckets
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ apt-get remove --purge cloud-init --yes
apt-get install --yes btrfs-progs curl lvm2

# Install ZFS
curl -sL https://pkgs.zabbly.com/get/kernel-zfs | sh

# Install Incus
if echo "${poolDriverList}" | grep -q zfs; then
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
curl -sL https://pkgs.zabbly.com/get/zfs-stable | sh
fi

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh

# Configure Incus
incus project switch default
incus project create test -c features.images=false
Expand Down

0 comments on commit f4793d5

Please sign in to comment.