add net-tools to deps

This commit is contained in:
Sam Heinz 2024-06-14 14:15:28 +10:00
parent b5c4651bbf
commit c4bdb7b0cf

View file

@ -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"