Earlier quoted context omitted.
Here are the previous submissions: https://news.ycombinator.com/submitted?id=rgcr
Super curious as to why you're getting downvotes... :/
Show HN: Swiss Army Knife for Mac OS X
31–40 of 67 posts
Re: Show HN: Swiss Army Knife for Mac OS X
#32Re: Show HN: Swiss Army Knife for Mac OS X
#33Not sure I like the install method. I'm nervous of anything that asks me to pipe curl to shell.
Re: Show HN: Swiss Army Knife for Mac OS X
#34Earlier quoted context omitted.
the best way to get rid off the discomfort is to first check the shell script: curl -fsSL https://raw.githubusercontent.com/rgcr/m-cli/master/install.... | pbcopy Then you can paste it in a text editor and if it is not too long you can verify the script. And as this one is on github you can take a look directly.
Just pipe the script to a file so you can read it without having to copy-paste. :) curl -fsSL https://raw.githubusercontent.com/rgcr/m-cli/master/install.... . > install.sh
curl -O ...
or curl -o install.sh ...Re: Show HN: Swiss Army Knife for Mac OS X
#35Not sure I like the install method. I'm nervous of anything that asks me to pipe curl to shell.
Are you less nervous running a binary installer?
but, you gotta do what you gotta do to actually do stuff.
i sure as hell ain't going back to the days of compiling everything from source.
Re: Show HN: Swiss Army Knife for Mac OS X
#36Earlier quoted context omitted.
Are you less nervous running a binary installer?
i'm not. all of it makes me nervous. even package managers with supposedly cryptographically secure verification make me nervous. but, you gotta do what you gotta do to actually do stuff. i sure as hell ain't going back to the days of compiling everything from source.
./configure
make
make install
I do that a lot, and 90+% of the time, it's that simple.Re: Show HN: Swiss Army Knife for Mac OS X
#37Earlier quoted context omitted.
i'm not. all of it makes me nervous. even package managers with supposedly cryptographically secure verification make me nervous. but, you gotta do what you gotta do to actually do stuff. i sure as hell ain't going back to the days of compiling everything from source.
Okay - I'm curious. What is wrong with: ./configure make make install I do that a lot , and 90+% of the time, it's that simple.
not to mention the tracking of installed files and library dependencies that slowly develop into an accumulated spiderweb shitstorm of runtime conflicts.
have you tried maintaining multiple versions of a shared object libraries by hand? do you remember the 'make install' wrappers that never worked right? pepperidge farm remembers.
Re: Show HN: Swiss Army Knife for Mac OS X
#38It's really nice, but I'd like to see something like that as a standard in shells.
Re: Show HN: Swiss Army Knife for Mac OS X
#39Downloading m-cli from git to /usr/local fatal: could not create work tree dir '/usr/local/m-cli': Permission denied Failed to clone => https://github.com/rgcr/m-cli.git
Off course it won't be able to access the /usr/local/
Re: Show HN: Swiss Army Knife for Mac OS X
#40Does it need to be ran as root? Downloading m-cli from git to /usr/local fatal: could not create work tree dir '/usr/local/m-cli': Permission denied Failed to clone => https://github.com/rgcr/m-cli.git Off course it won't be able to access the /usr/local/