Skip to content

Commit 920af39

Browse files
committed
test
1 parent c4a3df5 commit 920af39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ def pre_install
4242
# Must purge ifupdown before creating the AMI or the instance will have an ssh failure
4343
# Run dpkg --configure -a if there is a `dpkg interrupted` issue when installing ubuntu-desktop
4444
code <<-PREREQ
45-
set -e
45+
set -x
4646
DEBIAN_FRONTEND=noninteractive
4747
apt -y install whoopsie
48-
apt -y install mesa-utils || (dpkg --configure -a && exit 1)
48+
apt -y install ubuntu-desktop
49+
echo $?
4950
apt -y purge ifupdown
5051
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5152
gpg --import NICE-GPG-KEY

0 commit comments

Comments
 (0)