diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-10-28 22:56:45 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-10-28 22:56:45 +0100 |
commit | a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c (patch) | |
tree | ad577ba620d5c0af3bcff7d26989ecc56a107e3d | |
parent | ccd3f1f33f6067ecb3f45600454c0409b5e856f5 (diff) | |
download | ratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.tar.gz ratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.tar.bz2 ratatoeskr-cms-a403f14063ce8ac62f7ff82c35f05b4d4e8ec88c.zip |
Fixed wrong URL in create-package.sh
-rwxr-xr-x | create-package.sh | 2 |
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 . |