We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3255aa3 commit 85365aeCopy full SHA for 85365ae
install.sh
@@ -233,6 +233,9 @@ check_forked() {
233
cat <<-EOF
234
Upstream release is '$lsb_dist' version '$dist_version'.
235
EOF
236
+ elif [ "$lsb_dist" = "pop" ]; then
237
+ lsb_dist=ubuntu
238
+ dist_version="$(lsb_release --codename | cut -f2)"
239
else
240
if [ -r /etc/debian_version ] && [ "$lsb_dist" != "ubuntu" ] && [ "$lsb_dist" != "raspbian" ]; then
241
if [ "$lsb_dist" = "osmc" ]; then
0 commit comments