#!/bin/sh
cd /
rxvt -e wget --no-check-certificate http://distro.ibiblio.org/puppylinux/puppy-tahr/quickpet/tahrfix6.zip
unzip -o /tahrfix6.zip
rm /tahrfix6.zip
sh /pinstall.sh &
sleep 1
rm /pinstall.sh &
yaf-splash -bg orange -fg black -placement center -timeout 2 -text updated
/usr/local/quickpet_precise/tahrfix_version

