spotter-application / spotter

🔭 Productivity tool to launch everything
https://spotter-app.org
GNU General Public License v3.0
754 stars 23 forks source link

wget not found when trying to install plugins #91

Closed pyjamasam closed 2 years ago

pyjamasam commented 2 years ago

On a fresh install of 2.0.0-b19 (from the github releases via a dmg) running on macos 11.6

wget isn't installed by default. Trying to install a plugin results in a silent error. Running spotter from the command line ends up producing: /bin/bash: wget: command not found when you try and install a plugin.

Doing a brew install wget makes things happy and lets me install the plugin.

Curl might be a better option then wget as I think its installed by default.