aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Titus <[email protected]>2021-10-22 21:44:02 -0500
committerChris Titus <[email protected]>2021-10-22 21:44:02 -0500
commit907e1a5bbafecc3153225e73797d1518472903d0 (patch)
tree6648443b27891ae30981e88c985ccb1ed301b114
parente188716eaf5da5594d60d55cf0c738ac92a4f6e0 (diff)
downloadArchTitus-907e1a5bbafecc3153225e73797d1518472903d0.tar.xz
ArchTitus-907e1a5bbafecc3153225e73797d1518472903d0.zip
Update 1-setup.sh
-rwxr-xr-x1-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/1-setup.sh b/1-setup.sh
index 4bf07e0..74e36ad 100755
--- a/1-setup.sh
+++ b/1-setup.sh
@@ -271,7 +271,7 @@ echo "username=$username" >> ${HOME}/ArchTitus/install.conf
fi
if [ $(whoami) = "root" ];
then
- [ ! -d "/home/$username" ] && useradd -m -p $password -G wheel,libvirt -s /bin/bash $username
+ [ ! -d "/home/$username" ] && useradd -m -G wheel,libvirt -s /bin/bash $username
passwd $username
cp -R /root/ArchTitus /home/$username/
chown -R $username: /home/$username/ArchTitus