Skip to content

Survive in Linux/Docker environments by installing essential tools.

Notifications You must be signed in to change notification settings

mtovmassian/linux-survivalist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Survivalist

Survive in Linux/Docker environments by installing essential tools.

Prerequisites

On Alpine Linux like environment

Install bash and curl:

apk add bash curl

On Debian like environment

Install curl:

apt update && apt install curl -y

On RHEL like environment

Install curl:

$(command -v dnf || command -v microdnf) install curl -y

Usage

Pipe the online survive.sh script to bash. Available at:

Survive by installing tools for all purpose

curl -s -L https://raw.githubusercontent.com/mtovmassian/linux-survivalist/main/src/survive.sh | bash

Survive by installing tools for specific purpose

For example process and text

curl -s -L https://raw.githubusercontent.com/mtovmassian/linux-survivalist/main/src/survive.sh | bash -s -- --process --text

Survive in silence

curl -s -L https://raw.githubusercontent.com/mtovmassian/linux-survivalist/main/src/survive.sh | bash -s -- --quiet

About

Survive in Linux/Docker environments by installing essential tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages