aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-28 22:56:45 +0100
committerKevin Chabowski <kevin@kch42.de>2013-10-28 22:56:45 +0100
commita403f14063ce8ac62f7ff82c35f05b4d4e8ec88c (patch)
treead577ba620d5c0af3bcff7d26989ecc56a107e3d
parentccd3f1f33f6067ecb3f45600454c0409b5e856f5 (diff)
downloadratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.tar.gz
ratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.tar.bz2
ratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.zip
Fixed wrong URL in create-package.sh
-rwxr-xr-xcreate-package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-package.sh b/create-package.sh
index 534518b..3ff5ec7 100755
--- a/create-package.sh
+++ b/create-package.sh
@@ -12,7 +12,7 @@ mkdir plugin_extradata/public
mkdir templates/src/plugintemplates
mkdir templates/transc
cd libs
-wget https://raw.github.com/kch42/ste/ste.php
+wget https://raw.github.com/kch42/ste/master/ste.php
wget http://michelf.com/docs/projets/php-markdown-1.0.1o.zip
unzip php-markdown-*.zip
mv PHP\ Markdown\ */markdown.php .