From b193e0a28ca001bf7960945c9f879f712e94e024 Mon Sep 17 00:00:00 2001
From: Kyle Robbertze <kyle@paddatrapper.com>
Date: Wed, 18 Aug 2021 17:56:45 +0200
Subject: [PATCH] add apt update to accept release suite change

Workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929248
---
 installer/vagrant/debian.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/installer/vagrant/debian.sh b/installer/vagrant/debian.sh
index ff3ffcd63..5ec367b80 100755
--- a/installer/vagrant/debian.sh
+++ b/installer/vagrant/debian.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 
+DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change
 DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils
 usermod -a -G audio vagrant
 usermod -a -G audio www-data