diff --git a/src/playbook/Executables/Atlas/1. Software/Install Software.ps1 b/src/playbook/Executables/Atlas/1. Software/Install Software.ps1 index 9bbd52844c..2352b294d0 100644 --- a/src/playbook/Executables/Atlas/1. Software/Install Software.ps1 +++ b/src/playbook/Executables/Atlas/1. Software/Install Software.ps1 @@ -154,6 +154,9 @@ $Form.Controls.Add((generate_checkbox "Windows Terminal" "microsoft-windows-term # https://community.chocolatey.org/packages/waterfox $Form.Controls.Add((generate_checkbox "Waterfox" "waterfox")) +# https://community.chocolatey.org/packages/lightshot +$Form.Controls.Add((generate_checkbox "Lightshot" "lightshot")) + if ($global:column -ne 0) { $global:lastPos += $separate }