Skip to content

Commit d064dfd

Browse files
authored
specify netcat-openbsd package for Ubuntu (#37)
Merged with Liza's permission
1 parent 5a6089b commit d064dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acmlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ ensure_common_tools_installed () {
391391

392392
require_sudo
393393

394-
local ubuntu_tools="gdb wget curl iproute2 make netcat openssh-client rsync unzip tar tzdata"
394+
local ubuntu_tools="gdb wget curl iproute2 make netcat-openbsd openssh-client rsync unzip tar tzdata"
395395
local centos_tools="gdb wget curl make nmap-ncat coreutils iproute openssh-clients rsync unzip tar tzdata"
396396
local required_tools="adduser awk cat chmod chown cp curl date egrep gdb getent grep ip make mkdir mv nc passwd printf rm rsync sed ssh-keygen sleep tar tee tr unzip wc wget"
397397
if [ -x /usr/bin/apt-get -a -x /usr/bin/dpkg-query ]; then

0 commit comments

Comments
 (0)