Skip to content

Commit

Permalink
Merge pull request #70 from pmcmaw/update_metadata
Browse files Browse the repository at this point in the history
Updating supported OS for Ubuntu and Debian
  • Loading branch information
willmeek authored Oct 23, 2017
2 parents 947fa06 + 07c96da commit 227e3f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
"14.04",
"16.04"
]
}
],
Expand Down

0 comments on commit 227e3f5

Please sign in to comment.