diff --git a/airootfs/usr/local/bin/holoinstall b/airootfs/usr/local/bin/holoinstall index 14c7fc0..c69b3eb 100755 --- a/airootfs/usr/local/bin/holoinstall +++ b/airootfs/usr/local/bin/holoinstall @@ -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..."