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

Please don't ever ask people to curl | bash #44

Closed Tea23 closed 6 years ago

Tea23 commented 8 years ago

https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/

fsquillace commented 8 years ago

Thanks I was not aware about this problem. I wished to provide a one line command to install the system.

What about:

wget https://raw.githubusercontent.com/pearl-core/installer/master/install.sh
bash install.sh
go2null commented 6 years ago

this pull request should be closed as it was implemented in commit:bd80fbb