From 04ec9d11bd3b3875251e8fe68d08339718b104d6 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 18 Jul 2020 11:31:36 -0600 Subject: [PATCH] Add ncdu, change sudoers config filename --- scripts/docker-install-phase2.bash | 1 + scripts/docker-install-phase8.bash | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/docker-install-phase2.bash b/scripts/docker-install-phase2.bash index 9b8106e..e8fb232 100755 --- a/scripts/docker-install-phase2.bash +++ b/scripts/docker-install-phase2.bash @@ -28,6 +28,7 @@ make man-db moreutils nano +ncdu iputils-ping ripgrep sudo diff --git a/scripts/docker-install-phase8.bash b/scripts/docker-install-phase8.bash index eefee5a..ded5284 100755 --- a/scripts/docker-install-phase8.bash +++ b/scripts/docker-install-phase8.bash @@ -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