diff options
| author | Chris Titus <[email protected]> | 2021-10-22 21:44:02 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-22 21:44:02 -0500 |
| commit | 907e1a5bbafecc3153225e73797d1518472903d0 (patch) | |
| tree | 6648443b27891ae30981e88c985ccb1ed301b114 | |
| parent | e188716eaf5da5594d60d55cf0c738ac92a4f6e0 (diff) | |
| download | ArchTitus-907e1a5bbafecc3153225e73797d1518472903d0.tar.xz ArchTitus-907e1a5bbafecc3153225e73797d1518472903d0.zip | |
Update 1-setup.sh
| -rwxr-xr-x | 1-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
