0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +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" \
&& tar -zxf "node-v$version.tar.gz" \
&& cd "node-v$version" \
&& ./configure
&& make install
&& ./configure \
&& make install \
&& log "installation complete"
}