We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74abeac commit a53b7d2Copy full SHA for a53b7d2
registry/coder/modules/kasmvnc/run.sh
@@ -60,6 +60,9 @@ install_deb() {
60
sudo apt-get -o DPkg::Lock::Timeout=300 -qq update
61
fi
62
63
+ echo "Installing required Perl DateTime module..."
64
+ DEBIAN_FRONTEND=noninteractive sudo apt-get -o DPkg::Lock::Timeout=300 install --yes -qq --no-install-recommends --no-install-suggests libdatetime-perl
65
+
66
DEBIAN_FRONTEND=noninteractive sudo apt-get -o DPkg::Lock::Timeout=300 install --yes -qq --no-install-recommends --no-install-suggests "$kasmdeb"
67
rm "$kasmdeb"
68
}
0 commit comments