Compare commits

..

1 Commits

Author SHA1 Message Date
eyedeekay
3252ce20d1 fix buildscript
Some checks are pending
Java CI / build (push) Waiting to run
Java CI / build-22 (push) Waiting to run
Release / build (push) Waiting to run
Sync Primary Repository to GitHub Mirror / sync (push) Waiting to run
2025-06-30 10:00:49 -04:00

View File

@@ -74,7 +74,7 @@ I2P_SRC_BASE=$HERE/i2p.i2p/
rm -rf "$I2P_SRC"
if [ ! -d "$I2P_SRC_BASE" ]; then
git clone https://i2pgit.org/i2p-hackers/i2p.i2p "$I2P_SRC_BASE"
git clone https://i2pgit.org/I2P_Developers/i2p.i2p "$I2P_SRC_BASE"
fi
cd "$I2P_SRC_BASE" && git pull --tags && cd "$HERE"
git clone -b "$I2P_VERSION" "$I2P_SRC_BASE" "$I2P_SRC"