From 95f6e253b3b5996603f27262625789566a35ce33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Sat, 18 Jan 2025 07:39:39 +0800 Subject: [PATCH] Update update-hustoj --- trunk/install/update-hustoj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/install/update-hustoj b/trunk/install/update-hustoj index 5ced9ae7779..52b232dc66e 100755 --- a/trunk/install/update-hustoj +++ b/trunk/install/update-hustoj @@ -1,7 +1,7 @@ #!/bin/bash export DATE=`date +%Y%m%d%H%M` cd /home/judge/ -git clone https://gitbub.com/zhblue/hustoj.git git +git clone https://github.com/zhblue/hustoj.git git cd git git pull . cd ..