X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tools%2Fneurodebian-travis.sh;fp=tools%2Fneurodebian-travis.sh;h=e1df2d2548f39df193c242257fee6f810c4c9999;hb=3fce9c1fdf6b7a1cb4341f4cb09ce96cdca59bf3;hp=d5d5109620ab2de2f89065870fe886ba924d4db8;hpb=9fdffd656409fb8e817f25e0abe66eb813282c95;p=neurodebian.git diff --git a/tools/neurodebian-travis.sh b/tools/neurodebian-travis.sh index d5d5109..e1df2d2 100755 --- a/tools/neurodebian-travis.sh +++ b/tools/neurodebian-travis.sh @@ -29,7 +29,8 @@ source /etc/lsb-release # Fetch the apt sources for the currently preferred mirror wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.de-md.full | sudo tee -a /etc/apt/sources.list.d/neurodebian.sources.list -sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 +sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 \ + || { wget -q -O- http://neuro.debian.net/_static/neuro.debian.net.asc | sudo apt-key add -; } sudo apt-get update -qq # And provide a summary over which repositories are currently available