update update-checker

This commit is contained in:
Nicole O'Connor 2023-03-28 19:20:59 -07:00
parent b065b4a393
commit b9326af298
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function zeesh_update () {
if [[ $_zeeshdev_ignore_updates != 1 ]]; then
ticker_message "zeesh: checking network"
curl -s http://lavacano.net --connect-timeout 1 --max-time 3 > /dev/null && zeesh_update
curl -s https://vcs.otl-hga.net --connect-timeout 1 --max-time 3 > /dev/null && zeesh_update
else
ticker_message "zeesh: skipping updates (fuse blown)"
fi