Pass global enviroment variables

The install-deps.sh script is sometimes used in a server sitting
behind a corporated network, for those scenarios is necessary to
pass proxy global environment variables. This change enables that
for fedora/centos OSes.

Change-Id: Ic327168eec892970cd2d7dd4b24d92fa0deee184
This commit is contained in:
Victor Morales 2018-11-12 23:27:51 -08:00
parent eca1fba63e
commit 95091a4c3e
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ case ${ID,,} in
[wget]=wget
)
EXTRA_PKG_DEPS=()
sudo yum updateinfo
sudo -E yum updateinfo
if $(grep -q Fedora /etc/redhat-release); then
EXTRA_PKG_DEPS="python-dnf redhat-rpm-config"
fi