Skip to content

Commit

Permalink
bin: Fix dependencies
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 27, 2023
1 parent 415a292 commit a62604d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/test-incus-cpu-vm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl iperf3 jq
apt-get install --yes curl

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-guestapi-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 iperf3 jq
apt-get install --yes curl jq

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-interception
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 iperf3 jq
apt-get install --yes curl

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-storage-buckets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trap cleanup EXIT HUP INT TERM

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

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-usb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trap cleanup EXIT HUP INT TERM

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

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

0 comments on commit a62604d

Please sign in to comment.