version 1.3, 2013/01/10 05:36:15
|
version 1.7, 2016/08/05 19:50:59
|
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.6.1.zip |
mv $mathjaxdir/mathjax-MathJax-07669ac/* $mathjaxdir/. |
mv $mathjaxdir/MathJax-2.6.1/* $mathjaxdir/. |
rm -r $mathjaxdir/mathjax-MathJax-07669ac |
rm -r $mathjaxdir/MathJax-2.6.1 |
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 {} \; |