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 993c7e6 commit d8a8e08Copy full SHA for d8a8e08
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -44,9 +44,10 @@ def pre_install
44
# Run dpkg --configure -a if there is a `dpkg interrupted` issue when installing ubuntu-desktop
45
code <<-PREREQ
46
set -e
47
+ apt-mark hold network-manager*
48
DEBIAN_FRONTEND=noninteractive
49
apt -y install whoopsie
- apt -y install --no-install-recommends ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
50
+ apt -y install ubuntu-desktop-minimal && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
51
apt -y purge ifupdown
52
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
53
gpg --import NICE-GPG-KEY
0 commit comments