basicx-StrgV/WGet.NET

Bug if source never accepted

Closed this issue · 1 comments

Steps to reproduce the behavior:

  1. Go to src/WGet.NET/Components/WinGetPackageManager.cs
    private const string _getUpgradeableCmd = "upgrade";
    Fix :
    private const string _getUpgradeableCmd = "upgrade --accept-source-agreements";

I released a patch (Version 4.1.1) containing a fix for this issue.

https://github.com/basicx-StrgV/WGet.NET/releases/tag/4.1.1