apparently nmap does not contain ncat

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-11-17 20:49:50 +01:00 committed by GitHub
parent badc45d442
commit 04b620b9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,8 +191,8 @@ jobs:
- name: Install expect for tests if we dont have it yet
run: if ! dpkg -l | grep -qw expect; then sudo apt install -y expect; fi
- name: Install ncat (included with nmap) for tests if we dont have it yet
run: if ! dpkg -l | grep -qw nmap; then sudo apt install -y nmap; fi
- name: Install ncat for tests if we dont have it yet
run: if ! dpkg -l | grep -qw ncat; then sudo apt install -y ncat; fi
- name: prep testing
run: |