Skip to content

Commit 4f31249

Browse files
committed
Install 'net-tools' dependency
1 parent 6853345 commit 4f31249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_depenencies()
3333
fi
3434

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

3838
if [ $? -ne 0 ]; then
3939
log_err "Install libs failed"

0 commit comments

Comments
 (0)