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 feb9fe9 commit b2c192aCopy full SHA for b2c192a
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -46,9 +46,9 @@ def pre_install
46
set -e
47
DEBIAN_FRONTEND=noninteractive
48
NEEDRESTART_SUSPEND=1
49
- apt -y install whoopsie
50
- apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
51
- apt -y purge ifupdown
+ apt -y --no-upgrade install whoopsie
+ apt -y --no-upgrade install ubuntu-desktop-minimal && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
+ apt -y --no-upgrade purge ifupdown
52
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
53
gpg --import NICE-GPG-KEY
54
PREREQ
0 commit comments