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 c4a3df5 commit 920af39Copy full SHA for 920af39
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -42,10 +42,11 @@ def pre_install
42
# Must purge ifupdown before creating the AMI or the instance will have an ssh failure
43
# Run dpkg --configure -a if there is a `dpkg interrupted` issue when installing ubuntu-desktop
44
code <<-PREREQ
45
- set -e
+ set -x
46
DEBIAN_FRONTEND=noninteractive
47
apt -y install whoopsie
48
- apt -y install mesa-utils || (dpkg --configure -a && exit 1)
+ apt -y install ubuntu-desktop
49
+ echo $?
50
apt -y purge ifupdown
51
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
52
gpg --import NICE-GPG-KEY
0 commit comments