Run installer script after initialization

This commit is contained in:
Manuel Thalmann 2024-07-27 23:18:04 +02:00
parent 98b2c1ca9b
commit 65b97f33db

View file

@ -8,6 +8,5 @@ choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUN
refreshenv; refreshenv;
Set-Location C:/; Set-Location C:/;
git clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla;
pwsh -Command { . ./scripts/Windows/Software/winget/install.ps1; Install-Winget }; pwsh -Command { . ./scripts/Windows/Software/winget/install.ps1; Install-Winget };
& "$env:INSTALLER_SCRIPT"