You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered: