Update tests

This commit is contained in:
hwdsl2
2022-10-04 23:50:36 -05:00
parent d189d735e3
commit ff1ea0208f
3 changed files with 128 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt-get -yqq update
apt-get -yqq dist-upgrade
apt-get -yqq install wget rsyslog kmod procps iproute2 net-tools
apt-get -yqq install wget rsyslog kmod procps net-tools
if grep -qs bookworm /etc/debian_version; then
rsyslogd
else