tests: update tests dependencies.
This commit is contained in:
parent
286525d1aa
commit
23c90474dc
1 changed files with 5 additions and 2 deletions
|
|
@ -16,13 +16,16 @@ DISTRIBUTION="$(_lsb_release)"
|
||||||
|
|
||||||
case "$DISTRIBUTION" in
|
case "$DISTRIBUTION" in
|
||||||
arch)
|
arch)
|
||||||
|
sudo pacman -Syu --noconfirm \
|
||||||
|
bats bats-support \
|
||||||
|
pacman-contrib tlp flatpak networkmanager
|
||||||
;;
|
;;
|
||||||
debian | ubuntu | whonix)
|
debian | ubuntu | whonix)
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
bats bats-support \
|
bats bats-support \
|
||||||
cpuid dfc systemd-userdbd systemd-homed tlp network-manager flatpak \
|
cpuid dfc systemd-boot systemd-userdbd systemd-homed systemd-container tlp \
|
||||||
util-linux-extra
|
network-manager systemd-container flatpak util-linux-extra
|
||||||
;;
|
;;
|
||||||
opensuse*)
|
opensuse*)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue