Update ubuntu_setup.sh

This commit is contained in:
tteckster 2022-02-06 04:58:13 -05:00 committed by GitHub
parent f3fdbe56a0
commit 973693351f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ apt-get -qqy install \
curl \
sudo &>/dev/null
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'
mkdir -p $(dirname $DOCKER_CONFIG_PATH)
cat >$DOCKER_CONFIG_PATH <<'EOF'
{
"log-driver": "journald"
}
EOF
echo -e "${CHECKMARK} \e[1;92m Customizing LXC... \e[0m"
chmod -x /etc/update-motd.d/*
touch ~/.hushlogin