This commit is contained in:
2022-12-03 17:34:22 +03:00
parent 7db6205216
commit c66e43410c
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
if grep -q ID=debian "/etc/os-release"; then
sudo dpkg --add-architecture i386
sudo apt-get install libvulkan1:i386
sudo apt-get update
elif grep -q ID=fedora "/etc/os-release"; then
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
fi