Add missing script call

This commit is contained in:
Manuel Thalmann 2023-09-27 12:33:35 +02:00
parent 436933592c
commit 8df5c6aedb

View file

@ -1,3 +1,5 @@
#!/bin/pwsh #!/bin/pwsh
$env:WIN_COMPUTER_NAME = "win11"; $env:WIN_COMPUTER_NAME = "win11";
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1"); $env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1");
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";