Merge pull request #1306 from paddatrapper/fix/apt-update

add apt update to accept release suite change
This commit is contained in:
Kyle Robbertze 2021-08-31 20:07:41 +02:00 committed by GitHub
commit 815a253be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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