diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index bf004ba..0c08fdd 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -81,7 +81,6 @@ register_tool() { jq --arg t "$tool" --argjson v "$state" '.[$t]=$v' "$TOOLS_JSON" > "$TOOLS_JSON.tmp" && mv "$TOOLS_JSON.tmp" "$TOOLS_JSON" } - # ==========================================================