| | #!/bin/sh |
---|
| | # Update Various System Files, Ports, etc. |
---|
| | # Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: sysupd,v 1.127 2010/11/18 16:38:48 toor Exp $ |
---|
| | # $Id: sysupd,v 1.128 2010/11/18 16:39:53 toor Exp $ |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Where To Put The Various Log Files Generated Here |
---|
| |
---|
| | # Update TeX Live |
---|
| | ### |
---|
| | |
---|
| | texlive) |
---|
| | runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all"" |
---|
| | runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all" |
---|
| | ;; |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| |
---|
| | |