bootstrap

This commit is contained in:
Jackson Delahunt 2019-02-12 09:59:11 +11:00
parent 7e29f6be8a
commit f9da758bb5

View file

@ -11,10 +11,14 @@ export $(sh $REPO_ROOT/scripts/environment.sh)
# Install utilities
apt update && apt install --yes && \
docker.io \
curl \
ksshaskpass \
vcsh
# Install Docker
sh -c "$(curl -fsSL get.docker.com)" &&
usermod -aG docker $DESKTOP_ENVIRONMENT_USER
# Enable password-less sudo for the sudo group
echo "%sudo ALL=(ALL) NOPASSWD:ALL" | tee -a /etc/sudoers