Skip to content
Snippets Groups Projects
Verified Commit e8ffc7b8 authored by Hans-Christoph Steiner's avatar Hans-Christoph Steiner
Browse files

Vagrantfile: fix Debian install errors that need human interaction

parent 023d8c3a
Branches
No related tags found
1 merge request!2update upstream
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment