winget/wingetSetup.ps1
2024-09-08 02:50:20 +00:00

4 lines
196 B
PowerShell

winget install --id Git.Git -e --source winget
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
cd "$env:USERPROFILE\Downloads" ; git clone https://hmg.studio/HomeHosted/winget.git ; cd winget