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