![]() ![]() | ![]() |
version 1.6, 2016/02/01 18:01:54 | version 1.9, 2018/04/21 15:18:12 |
---|---|
Line 15 then | Line 15 then |
then | then |
rm -rf $mathjaxdir | rm -rf $mathjaxdir |
fi | fi |
unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.6.0.zip | unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.7.4.zip |
mv $mathjaxdir/MathJax-2.6.0/* $mathjaxdir/. | mv $mathjaxdir/MathJax-2.7.4/* $mathjaxdir/. |
rm -r $mathjaxdir/MathJax-2.6.0 | rm -r $mathjaxdir/MathJax-2.7.4 |
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 {} \; |