Add ncdu, change sudoers config filename

This commit is contained in:
Radon Rosborough 2020-07-18 11:31:36 -06:00
parent 7fba53317a
commit 04ec9d11bd
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ make
man-db
moreutils
nano
ncdu
iputils-ping
ripgrep
sudo

View File

@ -14,8 +14,8 @@ else
useradd --password "!" --create-home --groups sudo docker
fi
tee /etc/sudoers.d/99-passwordless >/dev/null <<"EOF"
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
tee /etc/sudoers.d/90-passwordless >/dev/null <<"EOF"
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
EOF
touch /home/docker/.zshrc