aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 8a6bbcd..7e3389d 100755
--- a/build.sh
+++ b/build.sh
@@ -18,12 +18,6 @@ install_dependencies() {
cd ratatoeskr/libs
- wget http://michelf.com/docs/projets/php-markdown-1.0.1o.zip
- unzip php-markdown-*.zip
- mv PHP\ Markdown\ */markdown.php .
- rm -rf PHP\ Markdown\ *
- rm php-markdown-*.zip
-
wget -O kses.zip http://sourceforge.net/projects/kses/files/kses/0.2.2/kses-0.2.2.zip/download?use_mirror=optimate
unzip kses.zip
mv kses-*/kses.php .