#!/bin/sh

if [ `alert --warning "This will install the Emuxki device driver. Do you want to proceed?" "No" "Install"` = "Install" ]; then sh "`dirname \"$0\"`/install.script"; fi