mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-15 07:42:48 +01:00
Installer: Address more Intel mistakes
This commit is contained in:
parent
739e9b4bad
commit
2921b76de5
@ -181,8 +181,8 @@ full_install() {
|
||||
break
|
||||
elif [[ "${HOLO_GPU_TYPE}" == "2" ]]; then
|
||||
echo "Installing gamescope for Intel GPUs..."
|
||||
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)
|
||||
sed -i 's/linux-firmware/linux-firmware gamescope vulkan-intel lib32-vulkan-intel 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
|
||||
elif [[ "${HOLO_GPU_TYPE}" == "3" ]]; then
|
||||
echo "Installing gamescope for NVIDIA GPUs..."
|
||||
|
Loading…
Reference in New Issue
Block a user