From afe97c9de5c98827868177a0d0c29579c4ab8048 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 5 Mar 2023 21:19:54 +0100 Subject: [PATCH] rdy for main All in all: - Added a self update function, calling either a curl or a git function to update the script. - Added a dirty changenote-message, will look into improvements later to not curl twice. --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index f1fc36e..cd634d9 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.2.31" -### ChangeNotes: Nothing fancy, just testing +VERSION="v0.2.3" +### ChangeNotes: Added self-updating git/curl-function and a dirty changenote. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/selfupdate/dockcheck.sh"