Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install plugin through mod-sdk fails on macOS #7

Open
lazzarello opened this issue Dec 16, 2017 · 0 comments
Open

Install plugin through mod-sdk fails on macOS #7

lazzarello opened this issue Dec 16, 2017 · 0 comments

Comments

@lazzarello
Copy link

https://github.com/moddevices/mod-sdk/blob/master/modsdk/webserver.py#L608

Assumes the GNU version of tar is present. The default on macOS is BSD tar and produces the following error.

tar: Option --hard-dereference is not supported
Usage:
  List:    tar -tf <archive-filename>
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help

Installing gnu-tar via Homebrew removes this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant