]> gitweb.morketsmerke.org Git - H270.git/commitdiff
Dodanie emulatora Wine wraz z 32-bitową wersją.
authorxf0r3m <jakubstasinski@protonmail.com>
Sun, 26 Apr 2026 15:46:51 +0000 (17:46 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sun, 26 Apr 2026 15:46:51 +0000 (17:46 +0200)
versions/base.sh

index e264a069adda4810e6d8a07431fc3e3da81ccdc1..b3441df4a90f9ffef4152866cc8d04c2f995fe7e 100644 (file)
@@ -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;