From 9166fe0e8b25452917f53df1e2d93b486d554e57 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Mon, 6 Jan 2025 09:28:09 +0100 Subject: [PATCH] ChangeNotes change to curl -s -r 0-1000 --- bashbirds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbirds.sh b/bashbirds.sh index ad66910..cb986ae 100755 --- a/bashbirds.sh +++ b/bashbirds.sh @@ -31,7 +31,7 @@ RawUrl="https://x-access-token:$GITHUB_TOKEN@raw.githubusercontent.com/Bruno21/b ### Check if there's a new release of the script: LatestRelease="$(curl -s -r 0-50 $RawUrl | sed -n "/VERSION/s/VERSION=//p" | tr -d '"')" #LatestChanges="$(curl -s -r 0-200 $RawUrl | sed -n "/ChangeNotes/s/### ChangeNotes: //p")" -LatestChanges="$(curl -s -r 0-500 $RawUrl | sed -n "/ChangeNotes/s/# ChangeNotes: //p")" +LatestChanges="$(curl -s -r 0-1000 $RawUrl | sed -n "/ChangeNotes/s/# ChangeNotes: //p")" #[[ $LatestRelease != $VERSION ]] && new="($LatestRelease)" || new=""