File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/resources/dcv/partial Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ def dcv_gl
3636action_class do
3737 def pre_install
3838 apt_update
39-
4039 bash 'install pre-req' do
4140 cwd Chef ::Config [ :file_cache_path ]
4241 # Must install whoopsie separately before installing ubuntu-desktop to avoid whoopsie crash pop-up
@@ -49,7 +48,8 @@ def pre_install
4948 apt -y install whoopsie
5049 apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
5150 apt -y purge ifupdown
52- wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
51+ aws s3 cp s3://hgreebe-dependencies/NICE-GPG-KEY NICE-GPG-KEY
52+ # wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5353 gpg --import NICE-GPG-KEY
5454 PREREQ
5555 retries 10
You can’t perform that action at this time.
0 commit comments