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

Commit 800ca52

Browse files
committed
Add support for Ubuntu 18.04
1 parent 9da8020 commit 800ca52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mongodb-download.ts

+2
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,8 @@ export class MongoDBPlatform {
608608
name += "1404";
609609
} else if (os.release === "16.04") {
610610
name += "1604";
611+
} else if (os.release === "18.04") {
612+
name += "1804";
611613
} else if (major_version === 16) {
612614
// default for major 16 to 1604
613615
name += "1604";

0 commit comments

Comments
 (0)