0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00
This commit is contained in:
Tj Holowaychuk 2011-01-05 06:29:52 -08:00
parent 3017360ba7
commit ed8f539d58

4
bin/n
View File

@ -78,8 +78,8 @@ install_node() {
> "node-v$version.tar.gz" \ > "node-v$version.tar.gz" \
&& tar -zxf "node-v$version.tar.gz" \ && tar -zxf "node-v$version.tar.gz" \
&& cd "node-v$version" \ && cd "node-v$version" \
&& ./configure && ./configure \
&& make install && make install \
&& log "installation complete" && log "installation complete"
} }