Skip to content

Commit

Permalink
handle github 3XX redirects. adding -L tells curl to redo the request…
Browse files Browse the repository at this point in the history
… on the new place
  • Loading branch information
btbytes committed Jul 19, 2011
1 parent c7ad814 commit 9dc4c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/wiki/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ sudo bash

# install dependencies from git and places
luarocks install lua_signal
curl -O https://github.com/iamaleksey/lua-zmq/raw/master/rockspecs/lua-zmq-scm-0.rockspec
curl -OL https://github.com/iamaleksey/lua-zmq/raw/master/rockspecs/lua-zmq-scm-0.rockspec
luarocks install lua-zmq-scm-0.rockspec
curl -O https://github.com/jsimmons/mongrel2-lua/raw/master/rockspecs/mongrel2-lua-1.6.1.rockspec
curl -OL https://github.com/jsimmons/mongrel2-lua/raw/master/rockspecs/mongrel2-lua-1.6.1.rockspec
luarocks install mongrel2-lua-1.6.1.rockspec

# install tir
Expand Down

0 comments on commit 9dc4c21

Please sign in to comment.