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