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


