mirror of
				https://github.com/reality/dbot.git
				synced 2025-10-31 14:57:37 +01:00 
			
		
		
		
	install script uses command -v for executable detection
This commit is contained in:
		
							parent
							
								
									3204c422bb
								
							
						
					
					
						commit
						b8bbaab9d9
					
				
							
								
								
									
										8
									
								
								install
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								install
									
									
									
									
									
								
							| @ -3,13 +3,13 @@ cat LICENCE | ||||
| git submodule init | ||||
| git submodule update | ||||
| 
 | ||||
| if [ ! -e /usr/bin/node ]  && [ ! -e /usr/local/bin/node ] && [ ! -e /usr/local/bin/node ] && [ ! -e /usr/sbin/node ]; | ||||
| then | ||||
| command -v node > /dev/null | ||||
| if [[ $? -gt 0 ]]; then | ||||
|     echo 'node.js is not installed. Please install it before running install.sh.' | ||||
|     exit 1 | ||||
| fi | ||||
| if [ ! -e /usr/bin/npm ] && [ ! -e /usr/local/bin/npm ] && [ ! -e /usr/sbin/npm ]; | ||||
| then | ||||
| command -v npm > /dev/null | ||||
| if [[ $? -gt 0 ]]; then | ||||
|     echo 'npm is not installed. Please install it before running install.sh' | ||||
|     exit 1 | ||||
| fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 alex
						alex