Skip to content

Commit

Permalink
Attempt to fix build on Pop!_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Oct 22, 2020
1 parent 290028e commit fb5da5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/sphinx-pre-install
Expand Up @@ -652,6 +652,10 @@ sub check_distros()
give_redhat_hints;
return;
}
if ($system_release =~ /Pop!_OS/) {
give_debian_hints;
return;
}
if ($system_release =~ /Ubuntu/) {
give_debian_hints;
return;
Expand Down

0 comments on commit fb5da5a

Please sign in to comment.