diff options
| author | Chris Titus <[email protected]> | 2021-10-22 21:48:22 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-22 21:48:22 -0500 |
| commit | f9443ecb14686f29c525aac9c1d40d4135ea9961 (patch) | |
| tree | 96092c3059af85c11b9f0c5180f5e904cef3ed33 | |
| parent | 907e1a5bbafecc3153225e73797d1518472903d0 (diff) | |
| download | ArchTitus-f9443ecb14686f29c525aac9c1d40d4135ea9961.tar.xz ArchTitus-f9443ecb14686f29c525aac9c1d40d4135ea9961.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 -G wheel,libvirt -s /bin/bash $username + useradd -m -G wheel,libvirt -s /bin/bash $username passwd $username cp -R /root/ArchTitus /home/$username/ chown -R $username: /home/$username/ArchTitus |
