version 1.3, 2013/01/10 05:36:15
|
version 1.5, 2013/12/20 23:20:46
|
Line 15 then
|
Line 15 then
|
then |
then |
rm -rf $mathjaxdir |
rm -rf $mathjaxdir |
fi |
fi |
unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.0-20-g07669ac.zip |
unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.3-9-g78ea6af.zip |
mv $mathjaxdir/mathjax-MathJax-07669ac/* $mathjaxdir/. |
mv $mathjaxdir/mathjax-MathJax-78ea6af/* $mathjaxdir/. |
rm -r $mathjaxdir/mathjax-MathJax-07669ac |
rm -r $mathjaxdir/mathjax-MathJax-78ea6af |
cp VERSION $mathjaxdir/VERSION |
cp VERSION $mathjaxdir/VERSION |
chown -R www:www $mathjaxdir |
chown -R www:www $mathjaxdir |
find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \; |
find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \; |