You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On MacOS the sed command won't skip the first match. Use gsed instead.
345
-
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_DEV">"$OUTPUT_DIR/$PACKAGE_JSON_DEV_CN"
345
+
sed '0,/github\.com\//!s|github\.com/|dl.espressif.cn/github_assets/|g'"$OUTPUT_DIR/$PACKAGE_JSON_DEV">"$OUTPUT_DIR/$PACKAGE_JSON_DEV_CN"
# On MacOS the sed command won't skip the first match. Use gsed instead.
350
-
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_REL">"$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
350
+
sed '0,/github\.com\//!s|github\.com/|dl.espressif.cn/github_assets/|g'"$OUTPUT_DIR/$PACKAGE_JSON_REL">"$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
0 commit comments