mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 19:42:43 +10:00
bootstrap
This commit is contained in:
parent
7e29f6be8a
commit
f9da758bb5
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue