|  | @@ -45,8 +45,8 @@ NODEJS_INSTALLED_APPS_FILE=$HOME/.nodejs-apps
 | 
	
		
			
			| 45 | 45 |  
 | 
	
		
			
			| 46 | 46 |  function mesh_install_nodejs {
 | 
	
		
			
			| 47 | 47 |      # Note: this has to be jessie for now
 | 
	
		
			
			| 48 |  | -    echo "deb https://deb.nodesource.com/node_6.x jessie main" > ${rootdir}/etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			| 49 |  | -    echo "deb-src https://deb.nodesource.com/node_6.x jessie main" >> ${rootdir}/etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			|  | 48 | +    echo "deb https://deb.nodesource.com/node_7.x jessie main" > ${rootdir}/etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			|  | 49 | +    echo "deb-src https://deb.nodesource.com/node_7.x jessie main" >> ${rootdir}/etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			| 50 | 50 |      chroot "${rootdir}" apt-get update
 | 
	
		
			
			| 51 | 51 |      chroot "${rootdir}" apt-get -yq install nodejs curl
 | 
	
		
			
			| 52 | 52 |  
 | 
	
	
		
			
			|  | @@ -146,8 +146,8 @@ function install_nodejs {
 | 
	
		
			
			| 146 | 146 |      fi
 | 
	
		
			
			| 147 | 147 |  
 | 
	
		
			
			| 148 | 148 |      # Note: this has to be jessie for now
 | 
	
		
			
			| 149 |  | -    echo "deb https://deb.nodesource.com/node_6.x jessie main" > /etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			| 150 |  | -    echo "deb-src https://deb.nodesource.com/node_6.x jessie main" >> /etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			|  | 149 | +    echo "deb https://deb.nodesource.com/node_7.x jessie main" > /etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			|  | 150 | +    echo "deb-src https://deb.nodesource.com/node_7.x jessie main" >> /etc/apt/sources.list.d/nodesource.list
 | 
	
		
			
			| 151 | 151 |  
 | 
	
		
			
			| 152 | 152 |      apt-get update
 | 
	
		
			
			| 153 | 153 |  
 |