From 1d6ce959c8da6664df79bddc55c853d578c26b30 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 29 Jun 2025 16:58:34 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/customizable_post_install.sh | 1 - 1 file changed, 1 deletion(-) 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" } - # ==========================================================