Skip to content

Commit 4912b5b

Browse files
committed
Add maintenance and reporting scripts to the installer script
1 parent 350d982 commit 4912b5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Install-Software.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,9 @@ $OtherOperations = [ordered]@{
661661
"Windows Subsystem for Linux (WSL, NOTE!)" = ${function:Install-WSL}, "Compatibility layer for running Linux applications on Windows, version >= 2. Hardware virtualization should be enabled in BIOS/UEFI before installing.";
662662
"WithSecure Elements Agent" = ${function:Install-WithSecure}, "Anti-virus. Requires a license.";
663663
"Xeneth" = ${function:Install-Xeneth}, "Driver for Xenics cameras";
664+
# These are the last on purpose
665+
"Maintenance" = "${PSScriptRoot}\Maintenance.ps1", "Run the maintenance script";
666+
"Report" = "${PSScriptRoot}\Report.ps1", "Run the reporting script";
664667
}
665668

666669
#####
@@ -888,6 +891,7 @@ function Select-CommonDefaults {
888891
$CommonDefaultChocoPrograms += "Intel Driver & Support Assistant"
889892
}
890893
Select-Cells -View $ChocoProgramsView -Dict $ChocoPrograms -Names $CommonDefaultChocoPrograms
894+
Select-Cells -View $OtherOperationsView -Dict $OtherOperations -Names @("Maintenance")
891895
}
892896

893897
function Select-LabDefaults {

0 commit comments

Comments
 (0)