4 lines
196 B
PowerShell
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 |