From abc643f69f46faa5e5bc1fbd0ef7b88dbff1dafa Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 10 Nov 2022 23:12:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D1=81=D0=BA=D1=80=D0=B8?= =?UTF-8?q?=D0=BF=D1=82=D0=B0=20=D0=BF=D1=80=D0=B5=D1=83=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portproton/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh index a48c407..cb9dcfe 100644 --- a/portproton/preinstall.sh +++ b/portproton/preinstall.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [disto=debian] +if [["${disto}" == "debian"]]; then sudo dpkg --add-architecture i386 fi \ No newline at end of file