From 0d18762f1e6f53e2e7612595ed05d772bba372ea Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Fri, 11 Jul 2025 10:30:33 +0000 Subject: [PATCH] change source of installation from github to own repo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b1a08aab..3c604bb6 100644 --- a/install.sh +++ b/install.sh @@ -791,11 +791,11 @@ install_software() { # Check if remote origin exists if ! git remote get-url origin >/dev/null 2>&1; then # Add remote repository if it doesn't exist - git remote add origin https://github.com/morrning/hesabixCore.git || \ + git remote add origin https://source.hesabix.ir/morrning/hesabixCore.git || \ handle_error "Failed to add remote repository" else # Update remote URL if it exists - git remote set-url origin https://github.com/morrning/hesabixCore.git || \ + git remote set-url origin https://source.hesabix.ir/morrning/hesabixCore.git || \ handle_error "Failed to update remote repository" fi