diff options
author | Seppia <seppia@seppia.net> | 2018-06-03 22:52:24 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-03 22:52:24 +0200 |
commit | 648e959ca4506c8d821b109246f479b41b4eaa51 (patch) | |
tree | bc0d1a941352501ca48e35c01c891a317f71aaac | |
parent | 7e4f119498b01e5d6497aa6b0cab840845fe63e2 (diff) | |
download | repofish-648e959ca4506c8d821b109246f479b41b4eaa51.tar.gz repofish-648e959ca4506c8d821b109246f479b41b4eaa51.tar.bz2 repofish-648e959ca4506c8d821b109246f479b41b4eaa51.zip |
Available flag edit
Changed Istalled flag to the more appropriate "Locally available"
-rwxr-xr-x | repofish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ search_packages() { echo -ne '\033[1;34m:: \033[1;37mYou searched using the following keywords (matching package name and/or description): "' echo -ne \\033\[1\;33m${key[@]}\\033\[1\;37m\" echo -e ${SEARCH_OUT} | sed -e 's/\[ /\n/g' -e 's/ *\] /\n\t/g' -e 's/", / /g' -e 's/"//g' | \ - sed -E '/'"${LIST_INST::-1}"'[^-]/ s/$/ '"$(echo -e \\033\[1\;35m[ Installed ]\\033\[1\;37m)"'/' + sed -E '/'"${LIST_INST::-1}"'[^-]/ s/$/ '"$(echo -e \\033\[1\;35m[ Locally available ]\\033\[1\;37m)"'/' } set_variables() { |