Skip to content

Commit 68d4f7c

Browse files
committed
Adding missing apt package to make netstat available
1 parent a356d4e commit 68d4f7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ function install_system_deps {
118118
x11-utils \
119119
subversion \
120120
graphviz \
121-
pandoc
121+
pandoc \
122+
net-tools
122123
}
123124

124125
function install_postgresql {

0 commit comments

Comments
 (0)