Minor: suppress debug output from key install

This commit is contained in:
billz
2025-03-15 00:59:36 -07:00
parent c3a210907a
commit 0331eb7b25

View File

@@ -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"
;;