forked from coolaj86/node-installer.sh
		
	Update setup-node-ubuntu.bash
This commit is contained in:
		
							parent
							
								
									28c1ad8484
								
							
						
					
					
						commit
						351056f9bc
					
				@ -66,7 +66,7 @@ if [ -n "${NODEJS_VER}" ]; then
 | 
			
		||||
  rm ${NODEJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md} 
 | 
			
		||||
  echo "$node_install_path"
 | 
			
		||||
  echo "${NODEJS_UNTAR}"
 | 
			
		||||
  sudo rsync -a "${NODEJS_UNTAR}/" "$node_install_path/"
 | 
			
		||||
  sudo rsync -av "${NODEJS_UNTAR}/" "$node_install_path/"
 | 
			
		||||
  echo "Done copying"
 | 
			
		||||
 | 
			
		||||
  sudo chown -R $(whoami) "$node_install_path/lib/node_modules/"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user