Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
  • Loading branch information
nunnatsa committed May 28, 2024
1 parent 01202a3 commit 85f8d40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions hack/check_tlsprofile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@ fi

if ! which nmap ; then
echo "Try to install nmap"
rpm -vhU --nodeps https://nmap.org/dist/nmap-7.94-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/ncat-7.94-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/nping-0.7.94-1.x86_64.rpm
dnf install -y nmap
dnf install -y ncat
dnf install -y nping || true
#rpm -vhU --nodeps https://nmap.org/dist/nmap-7.94-1.x86_64.rpm
#rpm -vhU https://nmap.org/dist/ncat-7.94-1.x86_64.rpm
#rpm -vhU https://nmap.org/dist/nping-0.7.94-1.x86_64.rpm
fi

if [ -n "${OPENSHIFT_BUILD_NAMESPACE:-}" ]; then
Expand Down

0 comments on commit 85f8d40

Please sign in to comment.