LifeSafer is a tool to get started on any shell environment (vps, docker, etc.) by installing only the tools that you need.
With curl
curl https://ls.gitcommit.fr -fsSL | bash -s minimal
wget -O - https://ls.gitcommit.fr | bash -s minimal
If you do not trust the https://ls.gitcommit.fr
, it is just a simple redirection to https://raw.githubusercontent.com/victorboissiere/lifesaver/master/install.sh
.
The minimal
keyword is an installation mode. Check all installation modes
in config.yaml
.