Address PR review feedback - simplify validation and remove license display

Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-17 11:16:20 +00:00
parent 26dc9b4fed
commit de4f59c442
3 changed files with 2 additions and 8 deletions

View File

@ -26,7 +26,4 @@ add_mago() {
sudo chmod +x /usr/local/bin/mago
) >/dev/null 2>&1
add_log "${tick:?}" "mago" "Added mago $mago_tag"
printf "$GROUP\033[34;1m%s \033[0m\033[90;1m%s \033[0m\n" "mago" "Click to read the mago related license information"
curl "${curl_opts[@]:?}" https://raw.githubusercontent.com/carthage-software/mago/main/LICENSE
echo "$END_GROUP"
}