chore: add auto-apt-proxy to vagrant prepare (#1511)
* chore: add auto-apt-proxy to vagrant prepare * bypass apt SRV redirections for deb.debian.org
This commit is contained in:
parent
0d25a330cf
commit
56a3875e2d
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sed --in-place 's/deb\.debian\.org/cdn-fastly.deb.debian.org/g' /etc/apt/sources.list
|
||||
|
||||
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 auto-apt-proxy
|
||||
|
||||
usermod -a -G audio vagrant
|
||||
usermod -a -G audio www-data
|
||||
|
|
Loading…
Reference in New Issue