Update customizable_post_install.sh

This commit is contained in:
MacRimi 2025-06-29 16:58:34 +02:00
parent f599015473
commit 1d6ce959c8

View File

@ -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"
}
# ==========================================================