Follow redirects when using curl to setup repositories
current-passed-ci is now redirected and hosted on a CDN. Change-Id: I27247b7e19a1fbbb72d10bfb8c4df3babbfbff59
This commit is contained in:
@@ -136,8 +136,8 @@ echo "root hard nofile 65536" | $SUDO tee -a /etc/security/limits.conf
|
||||
|
||||
# Setup repositories
|
||||
if [ "${MANAGE_REPOS}" = true ]; then
|
||||
$SUDO curl ${DELOREAN} -o /etc/yum.repos.d/delorean.repo
|
||||
$SUDO curl ${DELOREAN_DEPS} -o /etc/yum.repos.d/delorean-deps.repo
|
||||
$SUDO curl -L ${DELOREAN} -o /etc/yum.repos.d/delorean.repo
|
||||
$SUDO curl -L ${DELOREAN_DEPS} -o /etc/yum.repos.d/delorean-deps.repo
|
||||
fi
|
||||
|
||||
# Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user