From fd6cb0d2837858150a4b80e36ae8c9964f3269e0 Mon Sep 17 00:00:00 2001 From: beech Date: Fri, 30 Aug 2024 11:12:01 -0500 Subject: [PATCH] Updated --- dockerdeb.sh => Install Scripts/install-debian.sh | 0 install.sh => Install Scripts/install-ubuntu.sh | 0 README.md | 11 ++++++----- 3 files changed, 6 insertions(+), 5 deletions(-) rename dockerdeb.sh => Install Scripts/install-debian.sh (100%) rename install.sh => Install Scripts/install-ubuntu.sh (100%) diff --git a/dockerdeb.sh b/Install Scripts/install-debian.sh similarity index 100% rename from dockerdeb.sh rename to Install Scripts/install-debian.sh diff --git a/install.sh b/Install Scripts/install-ubuntu.sh similarity index 100% rename from install.sh rename to Install Scripts/install-ubuntu.sh diff --git a/README.md b/README.md index 81cc4de..d2ae43e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# Install Docker & Docker Compose on Ubuntu Server ---- +# Install Docker & Docker Compose on Ubuntu Server or Debian ```bash -curl https://git.boppdev.net/beech/DockerInstallUbuntu/raw/branch/main/install.sh -o install.sh +git clone https://git.merlinslair.net/beech/DockerInstallScripts -chmod +x install.sh +cd DockerInstallScripts -./install.sh +chmod +x install-ubuntu.sh + +./install-ubuntu.sh ``` Agree to install when prompted