Update 1-setup.sh

This commit is contained in:
Chris Titus 2021-10-21 23:18:28 -05:00
parent c6220699c7
commit 55e9c55aae
1 changed files with 1 additions and 0 deletions

View File

@ -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" ];