Installer: Intel iGPUs still need older stuff

This commit is contained in:
Adam Jafarov 2022-05-27 00:16:29 +03:00 committed by GitHub
parent 670b2c1266
commit e783d54637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,8 @@ full_install() {
break break
elif [[ "${HOLO_GPU_TYPE}" == "2" ]]; then elif [[ "${HOLO_GPU_TYPE}" == "2" ]]; then
echo "Installing gamescope for Intel GPUs..." echo "Installing gamescope for Intel GPUs..."
GAMESCOPE_INSTALL=(/usr/bin/pacman --noconfirm -S --needed --overwrite="*" vulkan-intel-steamos lib32-vulkan-intel-steamos mesa-steamos lib32-mesa-steamos gamescope) sed -i 's/linux-firmware/linux-firmware gamescope mesa lib32-mesa/g' ${HOLO_INSTALL_DIR}/etc/pacman.conf
GAMESCOPE_INSTALL=(/usr/bin/pacman --noconfirm -S --needed --overwrite="*" extra/vulkan-intel multilib-lib32-vulkan-intel extra/mesa multilib/lib32-mesa holo/gamescope)
break break
elif [[ "${HOLO_GPU_TYPE}" == "3" ]]; then elif [[ "${HOLO_GPU_TYPE}" == "3" ]]; then
echo "Installing gamescope for NVIDIA GPUs..." echo "Installing gamescope for NVIDIA GPUs..."