File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
name : Setup git-annex
60
60
command : |
61
61
if [[ ! -d /usr/lib/git-annex.linux ]]; then
62
- wget -O- http://neuro.debian.net/lists/trusty .us-ca .full | tee /etc/apt/sources.list.d/neurodebian.sources.list
63
- apt-key adv --recv-keys --keyserver hkp ://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
64
- apt update && apt-get install -y --no-install-recommends git-annex-standalone
62
+ wget -O- http://neuro.debian.net/lists/jammy .us-nh .full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
63
+ sudo apt-key adv --recv-keys --keyserver hkps ://keyserver.ubuntu.com 0xA5D32F012649A5A9
64
+ sudo apt-get update && sudo apt-get install -y --no-install-recommends git-annex-standalone
65
65
fi
66
66
git config --global user.name 'NiPreps Bot'
67
67
git config --global user.email '[email protected] '
@@ -313,7 +313,7 @@ jobs:
313
313
command : mkdir -p $SUBJECTS_DIR
314
314
- run :
315
315
name : Install Graphviz
316
- command : apt update && apt -y install graphviz
316
+ command : sudo apt-get update && sudo apt-get -y install --no-install-recommends graphviz
317
317
- run :
318
318
name : Install deps
319
319
command : |
You can’t perform that action at this time.
0 commit comments