Remove unnecessary code

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

View file

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

View file

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