From 0331eb7b25668c9c1160aab7cf8631cda5494efd Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 15 Mar 2025 00:59:36 -0700 Subject: [PATCH] Minor: suppress debug output from key install --- installers/plugin_helper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/plugin_helper.sh b/installers/plugin_helper.sh index 086220f2..903111c9 100755 --- a/installers/plugin_helper.sh +++ b/installers/plugin_helper.sh @@ -152,7 +152,6 @@ case "$action" in sudo apt-get update || { echo "Error: Failed to update apt"; exit 1; } fi - echo "Successfully added $repo with GPG key from $key_url to sources" echo "OK" ;;