Skip to content

Commit

Permalink
pop!_os synonym for ubuntu. Use deb package manager.
Browse files Browse the repository at this point in the history
Summary:
Use Deb package manager on Pop! OS.

X-link: facebook/folly#2135

Reviewed By: Gownta

Differential Revision: D53441949

Pulled By: Orvid

fbshipit-source-id: a88f01aa5d251a57005a050c0fd7068f187a15a8
  • Loading branch information
joshuashaffer authored and facebook-github-bot committed Feb 12, 2024
1 parent c53d9bd commit 3f1869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/getdeps/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def get_package_manager(self):
return "homebrew"
if self.distro in ("fedora", "centos", "centos_stream"):
return "rpm"
if self.distro.startswith(("debian", "ubuntu")):
if self.distro.startswith(("debian", "ubuntu", "pop!_os")):
return "deb"
return None

Expand Down

0 comments on commit 3f1869a

Please sign in to comment.