Update dependency checking for ImageMagick
This commit is contained in:
		
							parent
							
								
									3c701aaf86
								
							
						
					
					
						commit
						4d2c0e4161
					
				|  | @ -11,7 +11,7 @@ export default class { | |||
| 	public showAll(): void { | ||||
| 		this.show('MongoDB', 'mongo --version', x => x.match(/^MongoDB shell version:? (.*)\r?\n/)); | ||||
| 		this.show('Redis', 'redis-server --version', x => x.match(/v=([0-9\.]*)/)); | ||||
| 		this.show('ImageMagick', 'magick -version', x => x.match(/^Version: ImageMagick (.+?)\r?\n/)); | ||||
| 		this.show('ImageMagick', 'magick -version', x => x.match(/^Version: ImageMagick ([^ ]*)/)); | ||||
| 	} | ||||
| 
 | ||||
| 	public show(serviceName: string, command: string, transform: (x: string) => RegExpMatchArray): void { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue