From 869ea25b71088b5aa626187fa697feb0f765eaba Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:59:51 +0330 Subject: [PATCH] Curl main branch --- core/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index 85bb63b..5c6204b 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -42,7 +42,7 @@ version_greater_equal() { check_version() { local_version=$(cat /etc/hysteria/VERSION) latest_version=$(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/VERSION) - latest_changelog=$(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/dev/changelog) + latest_changelog=$(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/changelog) if version_greater_equal "$local_version" "$latest_version"; then echo -e "Panel Version: ${cyan}$local_version${NC}"