diff --git a/install.sh b/install.sh index f1647a15f..1508b0874 100755 --- a/install.sh +++ b/install.sh @@ -204,7 +204,7 @@ install_otp_linux() { esac id=$(grep '^ID=' /etc/os-release | cut -d '=' -f 2) - if [ "${id}" != ubuntu ]; then + if [ "${id}" != ubuntu ] && [ "${id}" != pop ]; then echo $id is not supported exit 1 fi