summaryrefslogtreecommitdiffstats
path: root/repofish
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-03 22:52:24 +0200
committerSeppia <seppia@seppia.net>2018-06-03 22:52:24 +0200
commit648e959ca4506c8d821b109246f479b41b4eaa51 (patch)
treebc0d1a941352501ca48e35c01c891a317f71aaac /repofish
parent7e4f119498b01e5d6497aa6b0cab840845fe63e2 (diff)
downloadrepofish-648e959ca4506c8d821b109246f479b41b4eaa51.tar.gz
repofish-648e959ca4506c8d821b109246f479b41b4eaa51.tar.bz2
repofish-648e959ca4506c8d821b109246f479b41b4eaa51.zip
Available flag edit
Changed Istalled flag to the more appropriate "Locally available"
Diffstat (limited to 'repofish')
-rwxr-xr-xrepofish2
1 files changed, 1 insertions, 1 deletions
diff --git a/repofish b/repofish
index 97ac38a..d84c256 100755
--- a/repofish
+++ b/repofish
@@ -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() {