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

Function installGettext

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

Source from the content-addressed store, hash-verified

29}
30
31function installGettext() {
32 try {
33 console.log('Installing gettext via Homebrew...');
34 execSync('brew install gettext', { stdio: 'inherit' });
35 console.log('✓ gettext installed successfully');
36 return true;
37 } catch (error) {
38 console.error('✗ Failed to install gettext');
39 return false;
40 }
41}
42
43function main() {
44 // Only run on macOS

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected