Skip to content

Commit

Permalink
bugfix: use nc command to check if netcat installed (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakorse authored Aug 24, 2021
1 parent 427211a commit cfff46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick-start/quick-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ EOABORT
)"
fi

if ! command -v netcat >/dev/null; then
if ! command -v nc >/dev/null; then
abort "$(cat <<EOABORT
You must install netcat before installing Erda.
EOABORT
Expand Down

0 comments on commit cfff46e

Please sign in to comment.