Skip to content

Commit c836050

Browse files
committed
no desktop
1 parent 5a997cd commit c836050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def pre_install
4545
set -e
4646
DEBIAN_FRONTEND=noninteractive
4747
apt -y install whoopsie
48-
apt -y install ubuntu-desktop || (dpkg --configure -a && exit 1)
48+
# apt -y install ubuntu-desktop || (dpkg --configure -a && exit 1)
4949
apt -y purge ifupdown
5050
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5151
gpg --import NICE-GPG-KEY

0 commit comments

Comments
 (0)