Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.56 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.56 KB

convenience-scripts

Sometimes setting up docker or other software can be a bit of a hassle. Get started quickly with these scripts. Note: Please have bash, curl and sudo installed. Everything else will be installed.

Webserver

Docker Scripts

Usage of Docker Install Script for Debian

curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-debian.sh | sudo bash

Usage of Docker Install Script for Ubuntu (LTS Releases)

curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-ubuntu.sh | sudo bash

Usage of Caddy Install Script for Debian & Ubuntu

curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/webserver/caddy-install-debuntu.sh | sudo bash

Usage of Caddy Install Script for Fedora & RHEL8(-based) Distros

curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/webserver/caddy-install-fedora-rhel8.sh | sudo bash

Usage of Docker Install Script for Fedora

curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-fedora.sh | sudo bash