diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 index c6cffc2a..c5abd8ed 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -353,6 +353,8 @@ function Get-AptPackages { if ($Null -eq $version) { $version = $(dpkg-query -W -f '${Version}' "$pkg*") } + + $version = $version -replace '~','\~' $output += [PSCustomObject] @{ Name = $pkg