Merge pull request 'fix error with grub when using vagrant' (#193) from vagrant_grub into master
Reviewed-on: #193
This commit is contained in:
commit
546955e508
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue