Skip to content

Commit

Permalink
Add GNU Octave to the installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Dec 15, 2023
1 parent 264fd97 commit 7661a49
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 @@ -62,6 +62,7 @@ $ChocoPrograms = [ordered]@{
"Firefox" = "firefox", "Web browser";
"GIMP" = "gimp", "Image editor";
# "Git" = "git", "Version control";
"GNU Octave" = "octave", "Free MATLAB alternative";
"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 7661a49

Please sign in to comment.