2024-08-05 22:04:02 +00:00
|
|
|
using namespace Microsoft.Win32;
|
|
|
|
|
2024-11-01 12:12:16 +00:00
|
|
|
. "$PSScriptRoot/../../../lib/Software.ps1";
|
2024-08-05 22:04:02 +00:00
|
|
|
|
2024-09-30 03:00:20 +00:00
|
|
|
Start-SoftwareInstaller @args `
|
2024-08-05 22:04:02 +00:00
|
|
|
-Configurator {
|
|
|
|
Set-Service ssh-agent -StartupType AutomaticDelayedStart;
|
|
|
|
};
|