Install winget
using the script
This commit is contained in:
parent
306d9afd50
commit
7b11234ea2
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@ choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
|
|||
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
|
||||
refreshenv;
|
||||
|
||||
if (-not $(Get-Command winget)) {
|
||||
choco install -y winget;
|
||||
}
|
||||
|
||||
Set-Location C:/;
|
||||
git clone https://git.nuth.ch/manuth/PortValhalla.git;
|
||||
Set-Location PortValhalla;
|
||||
./scripts/Windows/Software/winget/Install.ps1;
|
||||
|
|
Loading…
Reference in a new issue