瀏覽代碼

fix: clone Invercargill-Json from fabrica.unitatem.net (tag v0.1.1 is there, not on git.sr.ht)

clanker 1 周之前
父節點
當前提交
6b4397aaaa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      installer/compile.sh

+ 2 - 2
installer/compile.sh

@@ -54,9 +54,9 @@ if [[ -n "$INVERCARGILL_JSON_TAG" ]]; then
 fi
 if [[ ! -d "$SOURCES_DIR/Invercargill-Json" ]]; then
     echo "  Cloning Invercargill-Json..."
-    git clone --depth 1 "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://git.sr.ht/~tilo15/Invercargill-Json "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
+    git clone --depth 1 "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://fabrica.unitatem.net/Tilo15/Invercargill-Json.git "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
         echo "Warning: Could not clone Invercargill-Json, will try without --depth 1"
-        git clone "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://git.sr.ht/~tilo15/Invercargill-Json "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
+        git clone "${INVERCARGILL_JSON_BRANCH_ARGS[@]}" https://fabrica.unitatem.net/Tilo15/Invercargill-Json.git "$SOURCES_DIR/Invercargill-Json" 2>/dev/null || {
             echo "Error: Could not clone Invercargill-Json repository"
             exit 1
         }