From fb54a5a2d5e268c264567ca3ee77a95af01548bd Mon Sep 17 00:00:00 2001 From: Yann MAGNIN Date: Tue, 23 Apr 2024 20:44:18 +0200 Subject: [PATCH] vxLibc - v1.0.2-rc0 : fix fxlibc repository URL *fix* > [scripts] | [install] use the new fxlibc repository URL --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c033dd9..5eba01a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -119,7 +119,7 @@ echo "$TAG clone fxlibc..." callcmd \ git \ clone \ - https://gitea.planet-casio.com/Vhex-Kernel-Core/fxlibc.git \ + https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git \ --depth 1 \ ../_fxlibc