MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / checkGettext

Function checkGettext

scripts/check-mac-dependencies.js:11–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const os = require('os');
10
11function checkGettext() {
12 try {
13 // Check if gettext is installed via Homebrew
14 execSync('brew list gettext', { stdio: 'ignore' });
15 console.log('✓ gettext is installed');
16 return true;
17 } catch (error) {
18 return false;
19 }
20}
21
22function checkHomebrew() {
23 try {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected