From 354b534782e6e36bc26089df3418650286996eb9 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 3 Dec 2022 13:31:09 +0300 Subject: [PATCH] 1 --- portproton/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh index c440473..38f72e6 100644 --- a/portproton/preinstall.sh +++ b/portproton/preinstall.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [grep -q ID=debian "/etc/os-release"]; then +if grep -q ID=debian "/etc/os-release"; then sudo dpkg --add-architecture i386 sudo apt-get update fi