#!/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