From 55e9c55aaeab98ec2a6619a6a69db4adb656119e Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 21 Oct 2021 23:18:28 -0500 Subject: [PATCH] Update 1-setup.sh --- 1-setup.sh | 1 + 1 file changed, 1 insertion(+) 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" ];