Skip to content

Commit

Permalink
fix: netcat > ncat
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 16, 2024
1 parent d82f060 commit 5c8ba34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ chmod +x ./pc-contracts-cli

# Install jq
apt -qq update &> /dev/null
apt -qq -y install jq netcat &> /dev/null
apt -qq -y install jq ncat &> /dev/null

echo "Dependencies downloaded and binaries made executable."

Expand Down

0 comments on commit 5c8ba34

Please sign in to comment.