mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Check GraphicsMagick
This commit is contained in:
parent
9d9bc32320
commit
3e58278974
@ -14,6 +14,7 @@ export default class DependencyInfo {
|
|||||||
this.show('npm', 'npm -v', x => x.match(/^(.*)\r?\n$/));
|
this.show('npm', 'npm -v', x => x.match(/^(.*)\r?\n$/));
|
||||||
this.show('MongoDB', 'mongo --version', x => x.match(/^MongoDB shell version: (.*)\r?\n$/));
|
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('Redis', 'redis-server --version', x => x.match(/v=([0-9\.]*)/));
|
||||||
|
this.show('GraphicsMagick', 'gm -version', x => x.match(/^GraphicsMagick ([0-9\.]*) .*/));
|
||||||
this.logger.info('Checking finished');
|
this.logger.info('Checking finished');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user