Merge pull request #44 from SUNET/jocar-dont-install-x11
Don't install x11
This commit is contained in:
commit
b057f0aeda
|
@ -19,6 +19,9 @@ test -f "$stamp" && exit 0
|
|||
|
||||
if [ ! -f /usr/bin/eyaml ] || [ ! -d /usr/share/doc/yaml-mode ]; then
|
||||
apt-get update
|
||||
# If we don't install emacs before yaml-mode the default emacs package
|
||||
# will be emacs-gtk which brings x11 with friends which we don't need.
|
||||
apt-get -y install emacs-nox
|
||||
apt-get -y install hiera-eyaml yaml-mode
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue