mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
committed by
GitHub
parent
8a17c5ea71
commit
40f571a753
@@ -174,6 +174,11 @@ function Get-MediainfoVersion {
|
||||
return "MediaInfo $mediainfoVersion"
|
||||
}
|
||||
|
||||
function Get-NetToolsVersion {
|
||||
$netToolsVersion = dpkg-query --showformat='${Version}' --show net-tools | Take-OutputPart -Part 0 -Delimiter '-' | Take-OutputPart -Part 0 -Delimiter '+'
|
||||
return "net-tools $netToolsVersion"
|
||||
}
|
||||
|
||||
function Get-NewmanVersion {
|
||||
return "Newman $(newman --version)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user