hostname fix

This commit is contained in:
Chris Titus 2021-10-24 08:35:42 -05:00
parent 32357bc68c
commit 23dd69b3b0
1 changed files with 2 additions and 0 deletions

View File

@ -275,6 +275,8 @@ then
passwd $username
cp -R /root/ArchTitus /home/$username/
chown -R $username: /home/$username/ArchTitus
read -p "Please name your machine:" nameofmachine
echo $nameofmachine > /etc/hostname
else
echo "You are already a user proceed with aur installs"
fi