#!/bin/sh
set -e
dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32
wine /usr/share/virt-tools/pnp_wait.exe
