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 5620a52 commit feb9fe9Copy full SHA for feb9fe9
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -45,6 +45,7 @@ def pre_install
45
code <<-PREREQ
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
0 commit comments