From 2c7b3d0f1a51595a5e816d4c48f2bd0c224df29c Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Fri, 25 Mar 2022 16:56:19 -0400 Subject: [PATCH] renamed USER var to LOCAL_USER since the system uses a var named USER and I dont wanna overwrite that :p --- finalize.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/finalize.sh b/finalize.sh index da28868..2fc5141 100644 --- a/finalize.sh +++ b/finalize.sh @@ -1,8 +1,9 @@ # unprivileged user's name, change this if it isnt right -USER="michael" +LOCAL_USER="michael" +# change default shells for root and unpriv-user to zsh usermod --shell /bin/zsh root -usermod --shell /bin/zsh $USER +usermod --shell /bin/zsh $LOCAL_USER #usermod -aG sudo $USER # List gnome extensions to install