If you've installed via apt-get, i.e. if you've added:

deb http://debian.slimdevices.com stable main
--or--
deb http://debian.slimdevices.com testing main

..to /etc/apt/sources.list, and then installed SBS via:

#apt-get update && apt-get install squeezeboxserver

..then you could add a nightly or weekly cron job that fired off a
script that included:


Code:
--------------------
    
  /usr/bin/apt-get -qy update > /dev/null
  /usr/bin/apt-get -qy --force-yes dist-upgrade
  
--------------------


That would update SBS and all the other out-of-date packages on your
system.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=85214

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to