Skip to content

Commit

Permalink
Add pgAdmin and Xerox driver to the installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Aug 22, 2024
1 parent 48f0497 commit 009345b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Install-Software.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $ChocoPrograms = [ordered]@{
"PDFsam" = "pdfsam", "PDF Split & Merge utility";
"PDF-XChange Editor" = "pdfxchangeeditor", "PDF editor";
"PDF Arranger" = "pdfarranger", "PDF split & merge utility";
"pgAdmin" = "pgadmin4", "Graphical user interface (GUI) for managing PostgreSQL";
"Plex" = "plex", "Plex client for playing media from a self-hosted server";
"Plexamp" = "plexamp", "Plex client for playing music from a self-hosted server";
"PostgreSQL" = "postgresql", "Database for e.g. web app development";
Expand Down Expand Up @@ -115,6 +116,7 @@ $ChocoPrograms = [ordered]@{
"VSCodium" = "vscodium", "Text editor / IDE. Open source version of Visual Studio Code.";
"Wacom drivers" = "wacom-drivers", "Drivers for Wacom drawing tablets";
"Xournal++" = "xournalplusplus", "For taking handwritten notes with a drawing tablet";
"Xerox Global Print Driver PCL/PS V3" = "xeroxupd", "Driver for Xerox printers";
"yt-dlp" = "yt-dlp", "Video downloader for e.g. YouTube";
"YubiKey Manager" = "yubikey-manager", "Management software for the YubiKey hardware security keys";
"Zoom" = "zoom", "Video conferencing";
Expand Down

0 comments on commit 009345b

Please sign in to comment.