Update wingetSetup.ps1

This commit is contained in:
Ryan 2024-09-08 02:50:20 +00:00
parent 758e7cb19e
commit 65871bba8d

View File

@ -1 +1,4 @@
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
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