Skip to content

Commit

Permalink
Update headless.md
Browse files Browse the repository at this point in the history
* http -> https
* adds the option for adding multiple update sites at once
  • Loading branch information
NicoKiaru authored Jul 25, 2023
1 parent b089f4c commit d79a248
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _pages/scripting/headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ Often headless mode is used to run many scripts in parallel that could result in
If desired, the updater can be controlled in headless mode using the following commands to add an update site and update ImageJ.

```ssh
./ImageJ-linux64 --update add-update-site BAR http://sites.imagej.net/Tiago/
./ImageJ-linux64 --update add-update-site BAR https://sites.imagej.net/Tiago/
./ImageJ-linux64 --ij2 --headless --update update
```

You can also add multiple update sites in a single command line:

```ssh
./ImageJ-win64.exe --update add-update-sites "BAR" "https://sites.imagej.net/Tiago/" "IJPB-plugins" "https://sites.imagej.net/IJPB-plugins/"
```

0 comments on commit d79a248

Please sign in to comment.