Skip to content

Commit 5a997cd

Browse files
committed
no checksum
1 parent 92867a5 commit 5a997cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_dcv_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def optionally_disable_rnd
149149
unless ::File.exist?(dcv_tarball)
150150
remote_file dcv_tarball do
151151
source dcv_url
152-
checksum dcv_sha256sum
152+
# checksum dcv_sha256sum
153153
mode '0644'
154154
retries 3
155155
retry_delay 5

cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def pre_install
4545
set -e
4646
DEBIAN_FRONTEND=noninteractive
4747
apt -y install whoopsie
48-
# apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
48+
apt -y install ubuntu-desktop || (dpkg --configure -a && exit 1)
4949
apt -y purge ifupdown
5050
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5151
gpg --import NICE-GPG-KEY

0 commit comments

Comments
 (0)