Update Steam installation script to remove i686 drivers
Removed installation of specific i686 mesa drivers.
This commit is contained in:
@@ -8,9 +8,6 @@ set -eoux pipefail
|
||||
echo "Installing Steam and i686 libraries..."
|
||||
dnf5 install -y \
|
||||
steam \
|
||||
mesa-va-drivers-freeworld.i686 \
|
||||
mesa-vdpau-drivers-freeworld.i686 \
|
||||
mesa-vulkan-drivers-freeworld.i686 \
|
||||
--allowerasing
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user