From 49ee17aa4069464680d0f5cf112ef5b22e86e7ef Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 29 Mar 2025 01:04:56 -0700 Subject: [PATCH] add readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e69de29..e19e70c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +# ubuntu geoip mirror selector + +Add to `Dockerfile`: + +``` +RUN apt-get update && apt-get install -y curl +RUN curl -fsSL https://git.eeqj.de/sneak/ubuntulocal/raw/branch/main/updatemirror.sh | bash +``` + +Alternately, paste in: + +``` +apt-get update && apt-get install -y curl jq +curl -fsSL https://git.eeqj.de/sneak/ubuntulocal/raw/branch/main/updatemirror.sh | bash +``` + +# License + +WTFPL + +# Author + +sneak `[sneak@sneak.berlin](mailto:sneak@sneak.berlin)`