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