Add ncdu, change sudoers config filename
This commit is contained in:
parent
7fba53317a
commit
04ec9d11bd
|
@ -28,6 +28,7 @@ make
|
|||
man-db
|
||||
moreutils
|
||||
nano
|
||||
ncdu
|
||||
iputils-ping
|
||||
ripgrep
|
||||
sudo
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue