Run installer script after initialization
This commit is contained in:
parent
fdd69d4078
commit
2e7be10a9c
|
@ -8,6 +8,5 @@ choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUN
|
|||
refreshenv;
|
||||
|
||||
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 };
|
||||
& "$env:INSTALLER_SCRIPT"
|
||||
|
|
Loading…
Reference in a new issue