From de16d49bf9d24969186267b8b0f3ec72942926f4 Mon Sep 17 00:00:00 2001 From: Pi Date: Fri, 14 Jun 2019 09:54:03 -0400 Subject: [PATCH] -start clarifying "Getting Started" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2046280..35fa932 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ TBD: On first PI: * connect to Comcast network to access Github Enterprise * install updates * set password for *pi* account +* add *pi" to sudo group (for generic Ubuntu VM) + * usermod -a -G sudo pi +* remove password requirement for sudo group + * sudo visudo + * change line "%sudo ALL=(ALL:ALL) ALL" to "%sudo ALL=(ALL:ALL) NOPASSWD: ALL" * git clone this repo * edit hosts per example