Skip to content

Commit

Permalink
Fetch repository key from HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucaborello committed Apr 3, 2014
1 parent c6d2961 commit 98e1970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-sysdig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function install_rpm {
fi

echo "* Installing Draios public key"
rpm --quiet --import http://download.draios.com/DRAIOS-GPG-KEY.public
rpm --quiet --import https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public
echo "* Installing Draios repository"
curl -s -o /etc/yum.repos.d/draios.repo http://download.draios.com/_REPOSITORY_NAME_/rpm/draios.repo
echo "* Installing kernel headers"
Expand All @@ -48,7 +48,7 @@ function install_deb {
fi

echo "* Installing Draios public key"
curl -s http://download.draios.com/DRAIOS-GPG-KEY.public | apt-key add -
curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add -
echo "* Installing Draios repository"
curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/_REPOSITORY_NAME_/deb/draios.list
apt-get -qq update
Expand Down

0 comments on commit 98e1970

Please sign in to comment.