From ecc4d0704b3bb7ea2b67610af74e638d0be61a98 Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 9 Feb 2021 22:43:10 +0100 Subject: [PATCH] fix error with grub when using vagrant --- vagrant/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index d260df94..b6865ecf 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -15,6 +15,7 @@ sudo debconf-set-selections <<< "postfix postfix/main_mailer_type select No conf sudo debconf-set-selections <<< "postfix postfix/mailname string ${WEB_NAME}" # Add sury repository to sources.list for PHP7.4 +echo "set grub-pc/install_devices /dev/sda" | debconf-communicate # Fix grub error sudo apt-get -y update sudo apt-get -y upgrade sudo apt-get -y install ca-certificates apt-transport-https