mirror of
https://github.com/tj/n.git
synced 2024-11-25 07:39:21 +01:00
typo
This commit is contained in:
parent
3017360ba7
commit
ed8f539d58
4
bin/n
4
bin/n
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user