From 4d976a98e7ff24c5b8f7655d7992235160a156b4 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 27 Nov 2022 21:58:17 +0300 Subject: [PATCH] [] --- portproton/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh index 38f72e6..c440473 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