Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
libsgh committed Jun 4, 2021
1 parent 4029270 commit b579a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/getPanIndex.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
version=$PAN_INDEX_VERSION
echo $PAN_INDEX_VERSION
version="v2.0.0.BETA"
#version="v2.0.0"
if [ "$version" = "" ]
then
version=`curl --silent "https://api.github.com/repos/libsgh/PanIndex/releases/latest" \
Expand All @@ -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
chmod +x PanIndex

0 comments on commit b579a5d

Please sign in to comment.