Skip to content

Commit

Permalink
make bin/update-aloha work on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Apr 25, 2013
1 parent 59df88a commit 9615d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/update-aloha
Expand Up @@ -8,14 +8,14 @@ fi
version=$1
zip_name=alohaeditor-$version.zip

wget http://aloha-editor.org/builds/stable/$zip_name -O /tmp/$zip_name
curl http://aloha-editor.org/builds/stable/$zip_name > /tmp/$zip_name

cd /tmp/
rm -rf alohaeditor-$version
unzip $zip_name
cd -

rm lib/aloha-editor -rf
rm -rf lib/aloha-editor
mv /tmp/alohaeditor-$version/aloha lib/aloha-editor

find lib/aloha-editor -name '*.php' -delete
Expand Down

0 comments on commit 9615d5b

Please sign in to comment.