michaelshmitty / SD-Installer-macos_MiSTer

MiSTer SD card installer (macOS)
GNU General Public License v3.0
35 stars 7 forks source link

WGET required but already installed #10

Closed helloiamgary closed 3 years ago

helloiamgary commented 3 years ago

Hi,

I'm having an issue running the script, I've installed git, wget and unrar via homebrew before running the script and all completed correctly, but when I run the install script I get

"I require 'wget' but it's not installed. Aborting."

Is there anything you can suggest that might be causing this? I'm on Big Sur 11.1 if that helps any.

thanks

helloiamgary commented 3 years ago

Sorted, homebrew had not linked wget and was giving permissions errors.

"Error: The brew link step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/a2x /usr/local/bin is not writable."

chown'd the folders and working grand.