From bdac672111583048a24f86a7ce725e711d2798df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Fri, 16 May 2025 23:46:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20portproton=20=D0=B2=20alr-LG.git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portproton/preinstall.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 portproton/preinstall.sh diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh deleted file mode 100644 index 6314d85..0000000 --- a/portproton/preinstall.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -if grep -q ID=debian "/etc/os-release"; then - sudo dpkg --add-architecture i386 - sudo apt-get install libvulkan1:i386 libgl1: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 - sudo dnf update - sudo dnf upgrade --refresh -fi