From bac854d677ba7eb17bb3535f87aa7b5c81069d20 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 14 Feb 2022 11:42:16 +0000 Subject: [PATCH] Add support for Pop --- obs-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/obs-install.sh b/obs-install.sh index 5493238..2113e37 100755 --- a/obs-install.sh +++ b/obs-install.sh @@ -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