DEBIAN - Post-Install Script WINE

From IT-Arts.net
Revision as of 06:19, 17 January 2026 by Admin (talk | contribs) (Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Return to Wiki Index


#!/bin/sh

dpkg --add-architecture i386 &&

apt update &&

apt install -y gnome-wine-icon-theme fonts-wine wine32 wine64 &&

exit 0