Skip to content

Commit

Permalink
Install 'net-tools' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Jun 3, 2024
1 parent 6853345 commit 4f31249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_depenencies()
fi

log_info "------------Install depenencies--------------"
apt install -y git jq curl wget build-essential kmod linux-headers-`uname -r` vim
apt install -y git jq curl wget build-essential kmod net-tools linux-headers-`uname -r` vim

if [ $? -ne 0 ]; then
log_err "Install libs failed"
Expand Down

0 comments on commit 4f31249

Please sign in to comment.