Spaces:
Runtime error
Runtime error
Ashira Pitchayapakayakul commited on
Commit Β·
3cbaec6
1
Parent(s): e36381e
fix: clone axentx repos from arkashira/* (correct GH path), include workio + hermes-toolbelt
Browse files
start.sh
CHANGED
|
@@ -95,11 +95,14 @@ if [[ -n "$GH_TOKEN" ]]; then
|
|
| 95 |
ln -sfn "$PROJECTS_DIR" ~/axentx
|
| 96 |
|
| 97 |
# Clone axentx repos in background with hard timeout β never blocks boot
|
|
|
|
| 98 |
for repo_spec in \
|
| 99 |
-
"Costinel:
|
| 100 |
-
"
|
| 101 |
"arkship:arkashira/arkship" \
|
| 102 |
-
"surrogate
|
|
|
|
|
|
|
| 103 |
local_name="${repo_spec%%:*}"
|
| 104 |
gh_path="${repo_spec##*:}"
|
| 105 |
target="${PROJECTS_DIR}/${local_name}"
|
|
|
|
| 95 |
ln -sfn "$PROJECTS_DIR" ~/axentx
|
| 96 |
|
| 97 |
# Clone axentx repos in background with hard timeout β never blocks boot
|
| 98 |
+
# Repos all live under github.com/arkashira/* (verified via api.github.com 2026-04-28)
|
| 99 |
for repo_spec in \
|
| 100 |
+
"Costinel:arkashira/Costinel" \
|
| 101 |
+
"vanguard:arkashira/vanguard" \
|
| 102 |
"arkship:arkashira/arkship" \
|
| 103 |
+
"surrogate:arkashira/surrogate" \
|
| 104 |
+
"workio:arkashira/workio" \
|
| 105 |
+
"hermes-toolbelt:arkashira/hermes-toolbelt"; do
|
| 106 |
local_name="${repo_spec%%:*}"
|
| 107 |
gh_path="${repo_spec##*:}"
|
| 108 |
target="${PROJECTS_DIR}/${local_name}"
|