Update setup.sh
This commit is contained in:
parent
ef9aa41d0c
commit
3e82543b09
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -69,7 +69,7 @@ Welcome!\n\nThis wizard will update the system, configure sudo, hostname,\nalias
|
||||||
# Core packages & sudo #
|
# Core packages & sudo #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
msg "Installing core tools…"
|
msg "Installing core tools…"
|
||||||
ensure_pkgs sudo curl gnupg lsb-release
|
ensure_pkgs sudo curl gnupg lsb-release nfs-common
|
||||||
|
|
||||||
# Choose sudo users
|
# Choose sudo users
|
||||||
mapfile -t USERS < <(awk -F: '$3>=1000 && $1!="nobody"{print $1}' /etc/passwd)
|
mapfile -t USERS < <(awk -F: '$3>=1000 && $1!="nobody"{print $1}' /etc/passwd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue