HexmosTech / Lama2

Free, Lightweight & Collaborative API Client
https://hexmos.com/lama2/index.html
GNU Affero General Public License v3.0
109 stars 6 forks source link

get "tar: Option --overwrite is not supported" on macos install #9

Closed geohuz closed 1 year ago

geohuz commented 1 year ago

I'm using the command:

curl -s https://hexmos.com/lama2/install.sh | bash -s

and getting the following error message in the end:

tar: Option --overwrite is not supported
Usage:
  List:    tar -tf <archive-filename>
  Extract: tar -xf <archive-filename>
  Create:  tar -cf <archive-filename> [filenames...]
  Help:    tar --help
mv: rename /tmp/l2 to /usr/local/bin/l2: No such file or directory

The os version: macos Ventura version 13.1

shrsv commented 1 year ago

Thanks for the report, will work on a fix.

Meanwhile, please head over to the release page and place the l2 binary in /usr/local/bin. Also, make sure httpie is installed in your system.

These two steps should get the tool going locally.

shrsv commented 1 year ago

@geohuz - Please try re-running the command now. I have removed the --overwrite parameter (which seems to be optional).

geohuz commented 1 year ago

@shrsv thanks for the update, it works now!