We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6710542 commit e8514f5Copy full SHA for e8514f5
1 file changed
runmetoinstalleverythingfirst
@@ -1223,9 +1223,8 @@ self_update() {
1223
}
1224
local raw_url="https://raw.githubusercontent.com/chtugha/coding.agent/${latest_sha}/${script_name}"
1225
if ! curl -fsSL --max-time 30 "$raw_url" -o "$tmp_script" 2>/dev/null; then
1226
- echo -e "${YELLOW}[INFO]${NC} Script download failed — skipping self-update"
+ echo -e "${YELLOW}[WARN]${NC} Script download failed — re-run to retry the update"
1227
rm -f "$tmp_script"
1228
- echo "$latest_sha" > "$version_file" 2>/dev/null || true
1229
return 0
1230
fi
1231
0 commit comments