From b9326af298f248923aef96f16d1aefcf6a5ddc04 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Tue, 28 Mar 2023 19:20:59 -0700 Subject: [PATCH] update update-checker --- base/updates.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/updates.zsh b/base/updates.zsh index aa47735..b6b4fde 100644 --- a/base/updates.zsh +++ b/base/updates.zsh @@ -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 \ No newline at end of file