#!/bin/sh
pet="palemoon-28.0.0-i686.pet"
link="https://ftp.nluug.nl/os/Linux/distr/puppylinux/pet_packages-xenial/$pet"
cd /root
urxvt -e wget --no-check-certificate $link
petget /root/$pet
rm /root/$pet

rm /usr/share/applications/palemoon-updater.desktop &
fixmenus; jwm -reload &
`xmessage -center -bg "#29FF00" -fg black "
 Palemoon updated to 28.0.0.
 
 Updates can now be done from within the browser.
 Help >> about
 Or can be set to auto update in the browsers settings.
 "`