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:
parent
0c76ed72fb
commit
b193e0a28c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue