Skip to content

Commit

Permalink
chore: remove codename check for Zorin (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs authored Apr 9, 2024
1 parent 1143481 commit 8b853b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 1 addition & 7 deletions displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b853b9

Please sign in to comment.