Skip to content

Commit

Permalink
feat: add latest elementary OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Apr 20, 2023
1 parent 3509c81 commit 4fdc18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Before submitting a bug report in the [issue tracker](https://github.com/AdnanHo

* Debian: Jessie 8.0/Stretch 9.0/Buster 10/Bullseye 11/Bookworm (testing)/Sid (unstable)
* Ubuntu: 14.04 Trusty - 23.04 Lunar
* elementary OS: 0.3 Freya- 6.1 Jolnir
* elementary OS: 0.3 Freya- 7.0 Horus
* Mint: 15 Olivia / 21.1 Vera
* LMDE: 2 Betsy - 5 Elsie
* Kali: kali-rolling/2016.2 - 2023.1
Expand Down
2 changes: 1 addition & 1 deletion displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ then
# elementary OS
elif [ "$lsb" == "elementary OS" ] || echo $lsb | grep -qi "elementary";
then
if [ $codename == "freya" ] || [ $codename == "loki" ] || [ $codename == "juno" ] || [ $codename == "hera" ] || [ $codename == "odin" ] || [ $codename == "jolnir" ];
if [ $codename == "freya" ] || [ $codename == "loki" ] || [ $codename == "juno" ] || [ $codename == "hera" ] || [ $codename == "odin" ] || [ $codename == "jolnir" ] || [ $codename == "horus" ];
then
echo -e "\nPlatform requirements satisfied, proceeding ..."
else
Expand Down

0 comments on commit 4fdc18b

Please sign in to comment.