| 
									
										
										
										
											2015-01-21 16:30:56 -07:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "" ]; then | 
					
						
							|  |  |  |   CMD_CURL="curl -fsSL" | 
					
						
							|  |  |  | elif [ -n "$(which wget)" ]; then | 
					
						
							| 
									
										
										
										
											2015-01-21 16:32:15 -07:00
										 |  |  |   CMD_CURL="wget -nv --quiet --no-verbose -O -" | 
					
						
							| 
									
										
										
										
											2015-01-21 16:30:56 -07:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | $CMD_CURL bit.ly/iojs-min | bash | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | npm install -g desi |