Merge "Add install_test_deps script"
This commit is contained in:
commit
c5c6a5f4f2
1 changed files with 8 additions and 0 deletions
8
tests/install_test_deps.sh
Executable file
8
tests/install_test_deps.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
set -o pipefail
|
||||
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y qemu-utils kpartx || \
|
||||
sudo yum -y install qemu-img kpartx
|
Loading…
Reference in a new issue