aboutsummaryrefslogtreecommitdiff
path: root/1-setup.sh
diff options
context:
space:
mode:
authorChris Titus <[email protected]>2021-10-21 23:18:28 -0500
committerChris Titus <[email protected]>2021-10-21 23:18:28 -0500
commit55e9c55aaeab98ec2a6619a6a69db4adb656119e (patch)
treecc4305cfec80b6ed3244d8a07014e3b4bb5ce127 /1-setup.sh
parentc6220699c7e43e90ace97b98369adb7a6f029127 (diff)
downloadArchTitus-55e9c55aaeab98ec2a6619a6a69db4adb656119e.tar.xz
ArchTitus-55e9c55aaeab98ec2a6619a6a69db4adb656119e.zip
Update 1-setup.sh
Diffstat (limited to '1-setup.sh')
-rwxr-xr-x1-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/1-setup.sh b/1-setup.sh
index d790cfe..566052c 100755
--- a/1-setup.sh
+++ b/1-setup.sh
@@ -278,6 +278,7 @@ elif lspci | grep -E "Integrated Graphics Controller"; then
pacman -S libva-intel-driver libvdpau-va-gl lib32-vulkan-intel vulkan-intel libva-intel-driver libva-utils --needed --noconfirm
fi
+sudo hostnamectl set-hostname $hostname
echo -e "\nDone!\n"
if [ $(whoami) = "root" ];