News Feed
Jobs Feed
Sections




News Archive
Michael Maclean:
Why one-line installers are a bad idea
September 21, 2012 @ 11:35:29

There's a feature that's usage has been showing up more and more in software projects (both open source and not) that allows you to install their system with a single line command, usually involving curl and maybe piping it to a shell. In this recent post Michael Maclean takes a look at this trend and some of the possible pitfalls of the approach.

There has been a trend in the last while for various bits of useful software to have a one-line shell command recommended as the installation method. The usual form of this is to pipe something like curl or wget to some interpreter, be it bash, php, ruby, or some such. [...] This [type of] command takes the output of curl and pipes it straight to bash. I have several issues with this.

His three main points center around the fact that you cannot inspect the code before executing it with this method, that you can't verify the source of the code and that it teaches users bad habits of trusting in "magic commands" like these.

0 comments voice your opinion now!
installer oneline opinion curl bash shell magic


blog comments powered by Disqus

Similar Posts

Nadeau Software: PHP tip: How to get a web page using CURL

SitePoint PHP Blog: The Underground PHP and Oracle manual

Adam Hosker's Blog: Differences Between PHP 4 and 5

SitePoint PHP Blog: Interactive CLI password prompt in PHP

Reddit.com: Zend2 vs Symfony2


Community Events









Don't see your event here?
Let us know!


language interview object composer database zendframework2 opinion example development podcast tool framework testing release code api community unittest introduction phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework