From 1fad40946716c5a175203487f8743c1e2896e2ed Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 26 Apr 2026 17:46:51 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20emulatora=20Wine=20wraz=20z=2032-bitow?= =?utf8?q?=C4=85=20wersj=C4=85.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- versions/base.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions/base.sh b/versions/base.sh index e264a06..b3441df 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -156,4 +156,9 @@ mv /root/.cache/oh-my-posh /usr/share; rm /tmp/oh-my-posh-install.sh; cp -vv ~/H270/files/immudex-nu.omp.json.nu-deploy /usr/share/oh-my-posh/immudex-nu.omp.json; +install_packages wine; +dpkg --add-architecture i386; +apt update; +install_packages wine32:i386; + tidy; -- 2.39.5