This commit is contained in:
Patrick 2018-01-30 11:55:12 +01:00
parent 2dbd63c357
commit 1419b529c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ else
fi
gitea_remote_version=$(lynx -dump https://github.com/go-gitea/gitea/releases | grep -B 2 GiteaBot | grep "]v" | grep -v rc | cut -d "v" -f 2 | head -n 1)
gitea_remote_version=$(curl --silent https://github.com/go-gitea/gitea/releases | grep "css-truncate-target" | grep -v "\-rc" | cut -d "v" -f 2 | cut -d "<" -f 1 | head -n 1)
if [ "$gitea_local_version" = "$gitea_remote_version" ]
then