From 171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 09:52:43 -0500 Subject: add initial system-ready values and install steps --- extra/pip-helper.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/pip-helper.sh') 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' ; -- cgit