Skip to content

Commit be259f8

Browse files
committed
ubuntu minimal
1 parent b2c192a commit be259f8

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
@@ -47,7 +47,7 @@ def pre_install
4747
DEBIAN_FRONTEND=noninteractive
4848
NEEDRESTART_SUSPEND=1
4949
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)
50+
apt -y --no-upgrade install ubuntu-desktop-minimal && apt -y --no-upgrade install mesa-utils || (dpkg --configure -a && exit 1)
5151
apt -y --no-upgrade purge ifupdown
5252
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5353
gpg --import NICE-GPG-KEY

0 commit comments

Comments
 (0)