Update 1-setup.sh

This commit is contained in:
71Zombie 2021-10-25 08:22:49 -04:00
parent d2de6bf221
commit 32a013cb50
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if [ $(whoami) = "root" ];
then
useradd -m -G wheel,libvirt -s /bin/bash $username
passwd $username
cp -R /root/ArchTitus /home/$username/
cp -R /root/BetterArch /home/$username/
chown -R $username: /home/$username/BetterArch
read -p "Please name your machine:" nameofmachine
echo $nameofmachine > /etc/hostname