aboutsummaryrefslogtreecommitdiff
path: root/extra/pip-helper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pip-helper.sh')
-rw-r--r--extra/pip-helper.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/pip-helper.sh b/extra/pip-helper.sh
index 499ef3b..2cc1346 100644
--- a/extra/pip-helper.sh
+++ b/extra/pip-helper.sh
@@ -7,7 +7,6 @@ id="$( echo "${contents}" | sed -n -e '1p' )"
version_id="$( echo "${contents}" | sed -n -e '2p' )"
echo "Any parameters sent to this script ${0} will be added to the list of packages to install."
-echo "This is particularly useful for adding the PyGObject for icon support on EL7."
piplist="${1}"
if echo "${id}" | grep -qiE 'rhel|centos' ;
bgstack15