sintonia/installer/vagrant/debian.sh
jo 2f205544c2 feat: use dedicated 'libretime' user
BREAKING CHANGE: The default `www-data` user has been replaced by a dedicated  `libretime` user to run the services. Be sure to change the ownership of the libretime files.
2022-07-07 10:51:07 +02:00

9 lines
366 B
Bash
Executable file

#!/usr/bin/env bash
# Setup apt-cacher-ng proxy
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 -y -qq install auto-apt-proxy
# Install utils
DEBIAN_FRONTEND=noninteractive apt-get -y -qq install vim