diff --git a/setup.sh b/setup.sh index 362402b..74f63a6 100644 --- a/setup.sh +++ b/setup.sh @@ -69,7 +69,7 @@ Welcome!\n\nThis wizard will update the system, configure sudo, hostname,\nalias # Core packages & sudo # ############################################################################### msg "Installing core tools…" -ensure_pkgs sudo curl gnupg lsb-release +ensure_pkgs sudo curl gnupg lsb-release nfs-common # Choose sudo users mapfile -t USERS < <(awk -F: '$3>=1000 && $1!="nobody"{print $1}' /etc/passwd)