Skip to content

Commit 3b58259

Browse files
authored
Merge pull request #1759 from ivan-hc/dev
"AM" 9.8.2 - a new step in favor of third-party databases
2 parents 947f3a4 + 2a2f44c commit 3b58259

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

APP-MANAGER

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
AMVERSION="9.8.1-5"
3+
AMVERSION="9.8.2"
44

55
# Determine main repository and branch
66
AMREPO="https://raw.githubusercontent.com/ivan-hc/AM/main"
@@ -602,15 +602,17 @@ third_party_flags_byname=$(echo "$third_party_flags" | tr ' ' '\n' | sort | xarg
602602
for flag in $third_party_flags_byname; do
603603
tpflag_name=$(echo "$flag" | tr '-' '\n ' | grep .)
604604
tprepo_name="${tpflag_name}_repo"
605-
third_party_flags_message=$(echo -e $"$third_party_flags_message\n
605+
tprepo_info="${tpflag_name}_info"
606+
third_party_flags_message=$(printf $"$third_party_flags_message\n
606607
${Gold}--$tpflag_name\033[0m
607608
608609
${LightBlue}$AMCLI -i --$tpflag_name {PROGRAM}\033[0m
609610
${LightBlue}am -i --$tpflag_name --user {PROGRAM}\033[0m
610611
${LightBlue}$AMCLI -l --$tpflag_name\033[0m
611612
612613
Description: This is a flag to use in \"-i\" and \"-l\" to install/list software from ${!tprepo_name}. You can also use it in \"-q\" as a keyword. For installations you can use .$tpflag_name as the package extension instead of using the flag.
613-
")
614+
"
615+
printf "\nInfo: %b\n\n" "${!tprepo_info}")
614616
done
615617
fi
616618

0 commit comments

Comments
 (0)