diff options
| author | Chris Titus <[email protected]> | 2021-10-24 08:35:42 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-24 08:35:42 -0500 |
| commit | 23dd69b3b0983ffad171c9bd7f6b34d1a9afd403 (patch) | |
| tree | 645bc12cd9e753c71484184069b1c193d867892e /1-setup.sh | |
| parent | 32357bc68c70ad1f062b90d5174d8521f99ef3a3 (diff) | |
| download | ArchTitus-23dd69b3b0983ffad171c9bd7f6b34d1a9afd403.tar.xz ArchTitus-23dd69b3b0983ffad171c9bd7f6b34d1a9afd403.zip | |
hostname fix
Diffstat (limited to '1-setup.sh')
| -rwxr-xr-x | 1-setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
