install.sh aktualisiert
This commit is contained in:
		
							parent
							
								
									c2af2955db
								
							
						
					
					
						commit
						c39799f4b9
					
				| 
						 | 
				
			
			@ -54,8 +54,8 @@ clear
 | 
			
		|||
 | 
			
		||||
echo "Installiere nodeJS"
 | 
			
		||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
 | 
			
		||||
source ~/.bashrc
 | 
			
		||||
sh ~/.nvm/nvm.sh
 | 
			
		||||
export NVM_DIR="$HOME/.nvm"
 | 
			
		||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
 | 
			
		||||
nvm install v20
 | 
			
		||||
 | 
			
		||||
# usefull packages für nodeJS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue