Skip to content

Commit

Permalink
Merge pull request #1 from YuriGor/ubuntu-versions-list-1804
Browse files Browse the repository at this point in the history
Ubuntu versions list updated
  • Loading branch information
YuriGor authored Oct 25, 2018
2 parents 132df61 + 856a2bf commit 344b7bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/MongoBinaryDownloadUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ export default class MongoBinaryDownloadUrl {
name += '1604';
} else if (majorVer === 16) {
name += '1604';
} else if (os.release === '18.04') {
name += '1804';
} else if (majorVer === 18) {
name += '1804';
} else {
name += '1404';
}
Expand Down

0 comments on commit 344b7bb

Please sign in to comment.