From e19a3ef776ef5b381ed465c0c030f6d0beb4ee33 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:45:15 +1000 Subject: [PATCH] add tigervnc scraping server as dependency (cherry picked from commit eb33694cc4f7ac7fd4ab7e2e99e1eedf27f20e1a) --- install/jdownloader2-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/jdownloader2-install.sh b/install/jdownloader2-install.sh index 1c9c1696..2eddf53e 100644 --- a/install/jdownloader2-install.sh +++ b/install/jdownloader2-install.sh @@ -21,6 +21,7 @@ $STD apt-get install -y mc $STD apt-get install -y wget $STD apt-get install -y novnc $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 msg_ok "Installed Dependencies"