DEBIAN - Post-Install Script WINE

From Wiki.IT-Arts.net
Revision as of 10:08, 17 November 2024 by Admin (talk | contribs) (Created page with "Category:Post-It <nowiki> dpkg --add-architecture i386 && apt update && apt install -y gnome-wine-icon-theme fonts-wine wine32 wine64 && exit 0</nowiki>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


dpkg --add-architecture i386 &&

apt update &&

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

exit 0