fix: make vagrant source.list update idempotent (#1520)
This commit is contained in:
parent
8b4260d74b
commit
19faffea16
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
sed --in-place 's/deb\.debian\.org/cdn-fastly.deb.debian.org/g' /etc/apt/sources.list
|
sed --in-place 's|http://deb\.debian\.org|http://cdn-fastly.deb.debian.org|g' /etc/apt/sources.list
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change
|
DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils auto-apt-proxy
|
DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils auto-apt-proxy
|
||||||
|
|
Loading…
Reference in New Issue