tests: update requirments list.

This commit is contained in:
Alexandre Pujol 2025-03-30 18:47:28 +02:00
parent 94c7c1b33c
commit 811cb64390
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -18,8 +18,10 @@ case "$DISTRIBUTION" in
arch)
;;
debian | ubuntu | whonix)
sudo apt-get install -y \
cpuid dfc systemd-userdbd systemd-homed tlp network-manager
sudo apt update -y
sudo apt install -y \
bats bats-support \
cpuid dfc systemd-userdbd systemd-homed tlp network-manager flatpak
;;
opensuse*)
;;