mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Add mapping for ubuntu22.04 jammy (#17317)
This commit is contained in:
parent
284e7a9fc9
commit
209dcc18e2
@ -27,6 +27,10 @@
|
||||
"distribution" : ["bionic"],
|
||||
"PackageFormat" : "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
|
||||
},
|
||||
{
|
||||
"distribution" : ["jammy"],
|
||||
"PackageFormat" : "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
|
||||
},
|
||||
{
|
||||
"distribution": ["focal"],
|
||||
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
|
||||
|
Loading…
Reference in New Issue
Block a user