script to install 32-bit libraries for WINE applications that need them

This commit is contained in:
Agent725 2025-11-11 11:14:18 +01:00
parent b653966146
commit f26733cf27
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
# Installs the 32-bit libraries needed for 32-bit Windows applications
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine32:i386