Here's one that does the same with the RPM version:
Code:
--------------------
#!/bin/sh
Filename="slimserver-20$(date +%y)_$(date +%m)_$(date +%d)-1.noarch.rpm"
cd /root/scripts
rm -f *.rpm
wget -Y off -C off -q http://www.slimdevices.com/downloads/nightly/latest/6.2/
$Filename
rpm -U $Filename
chmod -R ugo+w /usr/local/slimserver/
--------------------
--
chris
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta
