Skip to content

Commit

Permalink
Support for Pop OS 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Józef Wołoch <[email protected]>
  • Loading branch information
jwoloch committed Jun 6, 2022
1 parent 3255aa3 commit 85365ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ check_forked() {
cat <<-EOF
Upstream release is '$lsb_dist' version '$dist_version'.
EOF
elif [ "$lsb_dist" = "pop" ]; then
lsb_dist=ubuntu
dist_version="$(lsb_release --codename | cut -f2)"
else
if [ -r /etc/debian_version ] && [ "$lsb_dist" != "ubuntu" ] && [ "$lsb_dist" != "raspbian" ]; then
if [ "$lsb_dist" = "osmc" ]; then
Expand Down

0 comments on commit 85365ae

Please sign in to comment.