winget/wingetSetup.ps1

4 lines
196 B
PowerShell
Raw Normal View History

2024-09-08 02:50:20 +00:00
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