No need of x11 on our servers

This commit is contained in:
Johan Wassberg 2023-10-02 12:39:44 +02:00
parent 6ac9294dea
commit 58a9ca7aa9
Signed by untrusted user: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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