install npm 2
This commit is contained in:
		
							
								
								
									
										14
									
								
								install.sh
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								install.sh
									
									
									
									
									
								
							@@ -170,14 +170,12 @@ fi
 | 
			
		||||
echo -e "${PURPLE}${BOLD}Install NPM ? (y/n) ${RESET}"
 | 
			
		||||
read answer
 | 
			
		||||
if [[ "$answer" == "y" ]]; then
 | 
			
		||||
    if [ "$(whoami)" != "$username" ]; then
 | 
			
		||||
        su - $username
 | 
			
		||||
    fi
 | 
			
		||||
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
 | 
			
		||||
    export NVM_DIR="$HOME/.nvm"
 | 
			
		||||
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
 | 
			
		||||
    [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
 | 
			
		||||
    nvm install v18
 | 
			
		||||
    su - $username -c '\
 | 
			
		||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&\
 | 
			
		||||
export NVM_DIR="$HOME/.nvm" &&\
 | 
			
		||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" &&\
 | 
			
		||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" &&\
 | 
			
		||||
nvm install v18'
 | 
			
		||||
    echo "ok pour npm";
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user