Skip to content

Commit 3ccf1c4

Browse files
committed
Add Google Drive to the installer script
1 parent 640a51e commit 3ccf1c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Install-Software.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ $ChocoPrograms = [ordered]@{
7878
"GIMP" = "gimp", "Image editor";
7979
# "Git" = "git", "Version control";
8080
"GNU Octave" = "octave", "Free MATLAB alternative";
81+
"Google Drive" = "googledrive", "Cloud storage client";
8182
"Gpg4Win" = "gpg4win", "GPG / PGP software for encryption and signing";
8283
"ImageJ" = "imagej", "Image processing and analysis software";
8384
"Inkscape" = "inkscape", "Vector graphics editor";

0 commit comments

Comments
 (0)