In addition i had to modify the lines 23-24 in private.ps1 for the _convert function because of german OS/WinGet, so that putty also works, sadly the replace with '*' didn't work for the german version:
$i = $list.FindIndex({ $args[0] -match "^Versionshinweise:" })
$j = $list.FindIndex({ $args[0] -match "^Installationsprogramm:" })
Originally posted by @SebCT in #10 (comment)