Skip to content

Commit a53b7d2

Browse files
feat: install required Perl DateTime module in install_deb function for Ubuntu 24.04 bug
1 parent 74abeac commit a53b7d2

File tree

1 file changed

+3
-0
lines changed
  • registry/coder/modules/kasmvnc

1 file changed

+3
-0
lines changed

registry/coder/modules/kasmvnc/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ install_deb() {
6060
sudo apt-get -o DPkg::Lock::Timeout=300 -qq update
6161
fi
6262

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+
6366
DEBIAN_FRONTEND=noninteractive sudo apt-get -o DPkg::Lock::Timeout=300 install --yes -qq --no-install-recommends --no-install-suggests "$kasmdeb"
6467
rm "$kasmdeb"
6568
}

0 commit comments

Comments
 (0)