@syengup/friday-channel-next 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -0
- package/install.sh +1 -0
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -248,6 +248,7 @@ if (verified) {
|
|
|
248
248
|
warn("Installation complete, but gateway verification failed.");
|
|
249
249
|
warn("Check 'openclaw gateway status' and restart the gateway if needed.");
|
|
250
250
|
warn("Also ensure OpenClaw is updated to 2026.5.7 or above: openclaw update");
|
|
251
|
+
warn("同时请确认 OpenClaw 已升级至 2026.5.7 或以上版本:openclaw update");
|
|
251
252
|
}
|
|
252
253
|
log("");
|
|
253
254
|
|
package/install.sh
CHANGED
|
@@ -291,5 +291,6 @@ else
|
|
|
291
291
|
warn "Installation complete, but gateway verification failed."
|
|
292
292
|
warn "Check 'openclaw gateway status' and restart the gateway if needed."
|
|
293
293
|
warn "Also ensure OpenClaw is updated to 2026.5.7 or above: openclaw update"
|
|
294
|
+
warn "同时请确认 OpenClaw 已升级至 2026.5.7 或以上版本:openclaw update"
|
|
294
295
|
fi
|
|
295
296
|
log "--------------------------------------------------"
|