diff --git a/sysupd b/sysupd index 0a68e65..a57870b 100755 --- a/sysupd +++ b/sysupd @@ -1,8 +1,8 @@ #!/bin/sh # Update Various System Files, Ports, etc. -# Copyright (c) 2006-2012, TundraWare Inc, Des Plaines, IL USA +# Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: sysupd,v 1.133 2012/11/26 14:18:23 toor Exp $ +# $Id: sysupd,v 1.134 2013/03/26 16:55:18 tundra Exp $ ##### @@ -86,6 +86,14 @@ in ### + # Debian Linux Updates + ### + + debian) + runupd $SET $LOGDIR "/usr/bin/apt-get -y update && /usr/bin/apt-get -y dist-upgrade && /usr/bin/apt-get -y upgrade" + ;; + + ### # SVN Updates ###