From c4bdb7b0cfb7783a0ef3e501ee358d142bae6a0e Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:15:28 +1000 Subject: [PATCH] add net-tools to deps --- install/jdownloader2-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/jdownloader2-install.sh b/install/jdownloader2-install.sh index 9f7b3d7b..ad9b6a20 100644 --- a/install/jdownloader2-install.sh +++ b/install/jdownloader2-install.sh @@ -23,6 +23,7 @@ $STD apt-get install -y xvfb $STD apt-get install -y tigervnc-scraping-server $STD apt-get install -y openjdk-11-jdk $STD apt-get install -y openbox +$STD apt-get install -y net-tools msg_ok "Installed Dependencies" msg_info "Installing JDownloader2"