Skip to content

Commit 7b9eb04

Browse files
committed
DCV key
1 parent efee84b commit 7b9eb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def dcv_gl
3636
action_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

0 commit comments

Comments
 (0)