Merge branch 'master' of https://git.dinven.de/gitorious/Scripte
This commit is contained in:
parent
2dbd63c357
commit
1419b529c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user