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.
curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-debian.sh | sudo bash
curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-ubuntu.sh | sudo bash
curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/webserver/caddy-install-debuntu.sh | sudo bash
curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/webserver/caddy-install-fedora-rhel8.sh | sudo bash
curl https://raw.githubusercontent.com/NiHaiden/convenience-scripts/main/docker/docker-install-fedora.sh | sudo bash