Update 1-setup.sh
This commit is contained in:
parent
d2de6bf221
commit
32a013cb50
|
|
@ -232,7 +232,7 @@ if [ $(whoami) = "root" ];
|
||||||
then
|
then
|
||||||
useradd -m -G wheel,libvirt -s /bin/bash $username
|
useradd -m -G wheel,libvirt -s /bin/bash $username
|
||||||
passwd $username
|
passwd $username
|
||||||
cp -R /root/ArchTitus /home/$username/
|
cp -R /root/BetterArch /home/$username/
|
||||||
chown -R $username: /home/$username/BetterArch
|
chown -R $username: /home/$username/BetterArch
|
||||||
read -p "Please name your machine:" nameofmachine
|
read -p "Please name your machine:" nameofmachine
|
||||||
echo $nameofmachine > /etc/hostname
|
echo $nameofmachine > /etc/hostname
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue