Remove unnecessary code

This commit is contained in:
Manuel Thalmann 2024-08-24 04:25:07 +02:00
parent 36b06c7fa4
commit ca08608601
2 changed files with 0 additions and 8 deletions

View file

@ -11,10 +11,6 @@ param(
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
param(
[scriptblock] $Installer
)
Install-ChocoPackage winscp;
} `
-Configurator {

View file

@ -17,10 +17,6 @@ param (
Start-SoftwareInstaller @Parameters `
-Installer {
param(
[scriptblock] $Installer
)
$params = "/WindowsTerminalProfile";
$defaultBranch = Get-Config "valhalla.git.defaultBranch";