From: xf0r3m Date: Sun, 26 Apr 2026 15:46:51 +0000 (+0200) Subject: Dodanie emulatora Wine wraz z 32-bitową wersją. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=1fad40946716c5a175203487f8743c1e2896e2ed;p=H270.git Dodanie emulatora Wine wraz z 32-bitową wersją. --- 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;