From da6e7c8965538a62612c6988e25d94ba85d08068 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 10 Nov 2022 23:23:55 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portproton/preinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh index cb9dcfe..646f77b 100644 --- a/portproton/preinstall.sh +++ b/portproton/preinstall.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [["${disto}" == "debian"]]; -then +if [["${disto}" == "debian"]]; then sudo dpkg --add-architecture i386 +sudo apt-get update fi \ No newline at end of file