From 2d483a97a8cba7c9658187930ff939d4b4987a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 14 May 2019 10:28:27 +0200 Subject: [PATCH] Ensures that gsfonts is installed. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 3f55dbe..939510c 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -36,7 +36,7 @@ echo -e "\n--- Updating packages list… ---\n" apt-get update echo -e "\n--- Install base packages… ---\n" -apt-get -y install vim zip unzip git gettext curl > /dev/null +apt-get -y install vim zip unzip git gettext curl gsfonts > /dev/null echo -e "\n--- Install MariaDB specific packages and settings… ---\n" # echo "mysql-server mysql-server/root_password password $DBPASSWORD_ADMIN" | debconf-set-selections