add apt update to accept release suite change

Workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929248
This commit is contained in:
Kyle Robbertze 2021-08-18 17:56:45 +02:00
parent 0c76ed72fb
commit b193e0a28c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change
DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils
usermod -a -G audio vagrant usermod -a -G audio vagrant
usermod -a -G audio www-data usermod -a -G audio www-data