From d575e45082da0bb9f9a3a495522f14ad0b11aa8a Mon Sep 17 00:00:00 2001 From: libsgh Date: Mon, 5 Jul 2021 12:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E7=BF=BC=E4=BA=91=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/getPanIndex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/getPanIndex.sh b/docker/getPanIndex.sh index 3f81cce5..1931959d 100755 --- a/docker/getPanIndex.sh +++ b/docker/getPanIndex.sh @@ -1,7 +1,7 @@ #!/bin/bash version=$PAN_INDEX_VERSION echo $PAN_INDEX_VERSION -#version="v2.0.0" +version="v2.0.3" if [ "$version" = "" ] then version=`curl --silent "https://api.github.com/repos/libsgh/PanIndex/releases/latest" \ @@ -12,4 +12,4 @@ curl -sOL "https://github.com/libsgh/PanIndex/releases/download/${version}/PanIn sha256sum "PanIndex-"${version}"-linux-amd64.tar.gz" tar -xvzf "PanIndex-"${version}"-linux-amd64.tar.gz" rm -rf README.md LICENSE -chmod +x PanIndex \ No newline at end of file +chmod +x PanIndex