Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Add support for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Dec 1, 2018
1 parent 9da8020 commit 800ca52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mongodb-download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ export class MongoDBPlatform {
name += "1404";
} else if (os.release === "16.04") {
name += "1604";
} else if (os.release === "18.04") {
name += "1804";
} else if (major_version === 16) {
// default for major 16 to 1604
name += "1604";
Expand Down

0 comments on commit 800ca52

Please sign in to comment.