Merge pull request #1306 from paddatrapper/fix/apt-update
add apt update to accept release suite change
This commit is contained in:
commit
815a253be0
|
@ -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