tests: update requirments list.
This commit is contained in:
parent
94c7c1b33c
commit
811cb64390
1 changed files with 4 additions and 2 deletions
|
|
@ -18,8 +18,10 @@ case "$DISTRIBUTION" in
|
||||||
arch)
|
arch)
|
||||||
;;
|
;;
|
||||||
debian | ubuntu | whonix)
|
debian | ubuntu | whonix)
|
||||||
sudo apt-get install -y \
|
sudo apt update -y
|
||||||
cpuid dfc systemd-userdbd systemd-homed tlp network-manager
|
sudo apt install -y \
|
||||||
|
bats bats-support \
|
||||||
|
cpuid dfc systemd-userdbd systemd-homed tlp network-manager flatpak
|
||||||
;;
|
;;
|
||||||
opensuse*)
|
opensuse*)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue