We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6857754 commit 7a98dd7Copy full SHA for 7a98dd7
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
name: Install git and git-annex
53
command: |
54
if [[ ! -e "/tmp/cache/git-annex-standalone.tar.gz" ]]; then
55
- wget -O- http://neuro.debian.net/lists/trusty.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
+ wget -O- http://neuro.debian.net/lists/focal.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
56
sudo apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
57
sudo apt update && sudo apt-get install -y --no-install-recommends git-annex-standalone
58
mkdir -p /tmp/cache
0 commit comments