Skip to content

Commit 85365ae

Browse files
committed
Support for Pop OS 22.04
Signed-off-by: Józef Wołoch <[email protected]>
1 parent 3255aa3 commit 85365ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ check_forked() {
233233
cat <<-EOF
234234
Upstream release is '$lsb_dist' version '$dist_version'.
235235
EOF
236+
elif [ "$lsb_dist" = "pop" ]; then
237+
lsb_dist=ubuntu
238+
dist_version="$(lsb_release --codename | cut -f2)"
236239
else
237240
if [ -r /etc/debian_version ] && [ "$lsb_dist" != "ubuntu" ] && [ "$lsb_dist" != "raspbian" ]; then
238241
if [ "$lsb_dist" = "osmc" ]; then

0 commit comments

Comments
 (0)