colinmollenhour/modman

No such file or directory when installing modman

mve0991 opened this issue · 1 comments

I try to install on our virtual private server with the following command:

bash < <(wget -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)

Please see the terminal output below. The bin folder stays empty (there is no modman file in it). Am I missing something?

--2014-08-14 16:13:21--  https://raw.github.com/colinmollenhour/modman/master/modman-installer
Resolving raw.github.com... 23.235.43.133
Connecting to raw.github.com|23.235.43.133|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/colinmollenhour/modman/master/modman-installer [following]
--2014-08-14 16:13:22--  https://raw.githubusercontent.com/colinmollenhour/modman/master/modman-installer
Resolving raw.githubusercontent.com... 23.235.43.133
Connecting to raw.githubusercontent.com|23.235.43.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 630 [text/plain]
Saving to: “STDOUT”

100%[====================================================>] 630         --.-K/s   in 0s      

2014-08-14 16:13:22 (22.2 MB/s) - written to stdout [630/630]

chmod: cannot access `/root/bin/modman': No such file or directory
Done. Modman installed in /root/bin/modman

Merged some fixes. Thanks.