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 6763b84 commit fef4ac6Copy full SHA for fef4ac6
.circleci/config.yml
@@ -56,7 +56,7 @@ jobs:
56
name: Setup git-annex
57
command: |
58
if [[ ! -d /usr/lib/git-annex.linux ]]; then
59
- wget -O- http://neuro.debian.net/lists/trusty.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
+ wget -O- http://neuro.debian.net/lists/focal.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
60
apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
61
apt update && apt-get install -y --no-install-recommends git-annex-standalone
62
fi
0 commit comments