Added support to update Debian Linux systems.
Updated copyright date.
1 parent 4cb4690 commit 3b4d275c08f9a882d6772c83e894e75d9c8a58c1
@tundra tundra authored on 26 Mar 2013
Showing 1 changed file
View
12
sysupd
#!/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 $
 
 
#####
# Where To Put The Various Log Files Generated Here
case $SET
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
###
 
doc | src)