Skip to content

Commit

Permalink
Vagrantfile: fix Debian install errors that need human interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Dec 16, 2021
1 parent 29f0406 commit 54ed48f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Vagrant.configure("2") do |config|
echo 'deb https://deb.debian.org/debian/ buster-updates main' >> /etc/apt/sources.list
echo 'deb https://deb.debian.org/debian-security/ buster/updates main' >> /etc/apt/sources.list
apt-get --allow-releaseinfo-change-suite update # buster went from stable to oldstable
apt-get -qy remove grub-pc # updating grub requires human interaction
mv ~vagrant/env.sh #{sourcepath}
source #{sourcepath}
mkdir -p $(dirname $CI_PROJECT_DIR)
Expand Down

0 comments on commit 54ed48f

Please sign in to comment.