mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
deprecated software Ubuntu 20.04
This commit is contained in:
@@ -6,12 +6,17 @@
|
||||
|
||||
function isUbuntu16
|
||||
{
|
||||
lsb_release -d|grep 'Ubuntu 16' > /dev/null
|
||||
lsb_release -d | grep -q 'Ubuntu 16'
|
||||
}
|
||||
|
||||
function isUbuntu18
|
||||
{
|
||||
lsb_release -d|grep 'Ubuntu 18' > /dev/null
|
||||
lsb_release -d | grep -q 'Ubuntu 18'
|
||||
}
|
||||
|
||||
function isUbuntu20
|
||||
{
|
||||
lsb_release -d | grep -q 'Ubuntu 20'
|
||||
}
|
||||
|
||||
function getOSVersionLabel
|
||||
|
||||
Reference in New Issue
Block a user