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 7b9eb04 commit 92867a5Copy full SHA for 92867a5
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -44,12 +44,10 @@ def pre_install
44
code <<-PREREQ
45
set -e
46
DEBIAN_FRONTEND=noninteractive
47
- apt update
48
apt -y install whoopsie
49
- apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
+ # apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
50
apt -y purge ifupdown
51
- aws s3 cp s3://hgreebe-dependencies/NICE-GPG-KEY NICE-GPG-KEY
52
- # wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
+ wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
53
gpg --import NICE-GPG-KEY
54
PREREQ
55
retries 10
0 commit comments