diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index dddfa018..0e477fb6 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -1508,7 +1508,7 @@ async function installPlugins(pluginData) { for (const plugin of pluginData.plugins) { try { const pluginCmd = pluginData.cmd.replace(/{PLUGIN}/g, plugin) - runCommand(`Installing ${pluginData.package} plugin - ${plugin}`, `{pluginCmd}`) + runCommand(`Installing ${pluginData.package} plugin - ${plugin}`, pluginCmd) log('success', 'Plugin', `Successfully installed ${pluginData.package} plugin - ${plugin}`) } catch (e) { log('error', 'Plugin', `Failed to install ${pluginData.package} plugin - ${plugin}`) @@ -1524,7 +1524,7 @@ async function linkBin(installOrdersBinLink) { const flatpak = which.sync('flatpak', { nothrow: true }) if (flatpak) { flatpakInstallation = await $`flatpak --installations` - flatpakDir = flatpakInstallation.stdout.replace(/\\n/g, '') + flatpakDir = flatpakInstallation.stdout.replace('\n', '') } for (const binLink of installOrdersBinLink) { const pkg = softwarePackages[binLink.package][binLink.preference] diff --git a/software.yml b/software.yml index 49368c20..b5bdf3f3 100644 --- a/software.yml +++ b/software.yml @@ -5999,7 +5999,7 @@ softwarePackages: _name: Snap ansible:linux: professormanhattan.snapd snitch: - _bin: null + _bin: opensnitchd _desc: '[Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) (macOS) and [OpenSnitch](https://github.com/evilsocket/opensnitch) (Linux) are application firewalls that make Internet connections visible. You can then configure which applications can access the internet (or LAN) as well as monitor the traffic patterns of applications.' _docs: null _github: null