pearl-core / pearl

Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
GNU General Public License v3.0
227 stars 24 forks source link

Errors on installation in Mac OS 10.14 #87

Closed selfagency closed 5 years ago

selfagency commented 5 years ago
bash-4.4$ bash install.sh
* Downloading Pearl to /Users/daniel/.local/share/pearl
readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
readlink: illegal option -- f
usage: readlink [-n] [file ...]
bash-4.4$
fsquillace commented 5 years ago

Hi,

You need first to install the corresponding dependencies: https://github.com/pearl-core/pearl#osx

selfagency commented 5 years ago

Bah I thought I had them all installed but I was missing coreutils.