diff --git a/electron/install.js b/electron/install.js index df784bec9..60c5f633a 100644 --- a/electron/install.js +++ b/electron/install.js @@ -294,7 +294,7 @@ async function setupDarwin(ipcChannel) { if (!isBrewInstalled()) { ipcChannel.send('response', 'Installing Pearl Daemon'); console.log(appendLog('Installing brew')); - console.log(installBrew()); + installBrew(); } console.log(appendLog('Checking python installation'));