diff --git a/README.md b/README.md index b3ffa58..ba07971 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Before submitting a bug report in the [issue tracker](https://github.com/AdnanHo * Pop!_OS: 20.04 Focal - 22.04 Jammy * PureOS: 9 Amber - 10 Byzantium * Nitrux: nitrux - * Zorin: focal + * Zorin Regardless of which Linux kernel version (>4.15) you're using. diff --git a/displaylink-debian.sh b/displaylink-debian.sh index 6a14e81..8a8af61 100755 --- a/displaylink-debian.sh +++ b/displaylink-debian.sh @@ -294,13 +294,7 @@ then # Zorin elif [ "$lsb" == "Zorin" ]; then - if [ $codename == "focal" ]; - then - echo -e "\nPlatform requirements satisfied, proceeding ..." - else - message - exit 1 - fi + echo -e "\nPlatform requirements satisfied, proceeding ..." else message exit 1