Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Add support for Pop
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Feb 14, 2022
1 parent 805044a commit bac854d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obs-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ OS_ID=$(lsb_release --id --short)
case "${OS_ID}" in
Linuxmint) fancy_message info "Linux Mint detected.";;
Neon) fancy_message info "KDE Neon detected.";;
Pop) fancy_message info "Pop!_OS detected.";;
Ubuntu) fancy_message info "Ubuntu detected.";;
*) fancy_message error "${OS_ID} is not supported.";;
esac
Expand Down

0 comments on commit bac854d

Please sign in to comment.