Install Yarn
This script installs Yarn.
Usage:
curl -sSL https://jrussell.sh/install-yarn | sudo bash
This script installs Yarn.
Usage:
curl -sSL https://jrussell.sh/install-yarn | sudo bash
Tested on Ubuntu 16.04 & 18.04
These scripts install Powershell Core.
Ubuntu 16.04 Usage:
curl -sSL https://jrussell.sh/install-pwsh16 | sudo bash
Ubuntu 18.04 Usage:
curl -sSL https://jrussell.sh/install-pwsh18 | sudo bash
Tested on Ubuntu 18.04
This script installs and configures OpenLiteSpeed.
Usage:
bash <(curl -sSL https://jrussell.sh/install-ols)
Tested on Ubuntu 18.04
This script installs Node.js 12.
Usage:
curl -sSL https://jrussell.sh/install-node12 | sudo bash
Tested on Ubuntu 16.04
This script installs MongoDB 3.2.
Usage:
curl -sSL https://jrussell.sh/install-mongo3 | sudo bash
Tested on Ubuntu 18.04
This script installs Nginx, Certbot, MySQL, and php-fpm onto your server.
Usage:
bash <(curl -sSL https://jrussell.sh/install-lemp)
Tested on Ubuntu 18.04
This script downloads homebrew and adds it to your PATH.
It also installs gcc
through brew as well as the patchelf
apt package.
Usage:
curl -sSL https://jrussell.sh/install-homebrew | bash
Tested on Ubuntu 18.04
This script installs docker and docker-compose.
Usage:
curl -sSL https://jrussell.sh/install-docker | sudo bash
Tested on Ubuntu 18.04
This script installs some basic Ubuntu goodies.
Usage:
curl -sSL https://jrussell.sh/install-basics | sudo bash