Skip to content

Commit fef4ac6

Browse files
authored
Update config.yml
Neurodebian has stopped serving Trusty sources.
1 parent 6763b84 commit fef4ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Setup git-annex
5757
command: |
5858
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
59+
wget -O- http://neuro.debian.net/lists/focal.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
6060
apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
6161
apt update && apt-get install -y --no-install-recommends git-annex-standalone
6262
fi

0 commit comments

Comments
 (0)