File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/resources/dcv/partial Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments