Skip to content

Commit

Permalink
Add ImageJ to the installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Jun 14, 2024
1 parent 014717b commit 48f0497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Install-Software.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $ChocoPrograms = [ordered]@{
"GIMP" = "gimp", "Image editor";
# "Git" = "git", "Version control";
"GNU Octave" = "octave", "Free MATLAB alternative";
"ImageJ" = "imagej", "Image processing and analysis software";
"Inkscape" = "inkscape", "Vector graphics editor";
"Intel Driver & Support Assistant" = "intel-dsa", "Intel driver updater";
"Jellyfin" = "jellyfin-media-player", "Jellyfin client for playing media from a self-hosted server";
Expand Down

0 comments on commit 48f0497

Please sign in to comment.