Skip to content

Commit

Permalink
test-incus-gpu: Add ZFS tools
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 24, 2023
1 parent 5bfd7bb commit d324620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/test-incus-gpu-container
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl
apt-get install --yes curl zfsutils-linux

# Install Incus
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-gpu-mig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl
apt-get install --yes curl zfsutils-linux

# Install Incus
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-gpu-vm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl
apt-get install --yes curl zfsutils-linux

# Install Incus
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
Expand Down

0 comments on commit d324620

Please sign in to comment.