diff --git a/wingetSetup.ps1 b/wingetSetup.ps1 index 3d7d55c..ce7b97e 100644 --- a/wingetSetup.ps1 +++ b/wingetSetup.ps1 @@ -1 +1,4 @@ -Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe \ No newline at end of file +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 \ No newline at end of file