Skip to content

Commit

Permalink
chore: add support for BunsenLabs Boron (#890)
Browse files Browse the repository at this point in the history
* Added latest Bunsenlabs distro

- Removed "buster", which is a Debian release name
- Added "boron", which is the latest Bunsenlabs release name

* doc: add BunsenLabs Boron to supported platforms

---------

Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com>
  • Loading branch information
jimjamz and Barabazs authored Feb 23, 2024
1 parent 0c86f1a commit 161c134
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 @@ -48,7 +48,7 @@ Before submitting a bug report in the [issue tracker](https://github.com/AdnanHo
* Deepin: stable - unstable
* UOS: apricot - eagle
* MX Linux: 17.1/18
* BunsenLabs: Helium - Beryllium
* BunsenLabs: Helium - Boron
* Parrot: 4.5 - 5+
* Devuan: ASCII - Chimaera
* Pop!_OS: 20.04 Focal - 22.04 Jammy
Expand Down
2 changes: 1 addition & 1 deletion displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ then
# BunsenLabs
elif [ "$lsb" == "BunsenLabs" ] || [ "$lsb" == "Bunsenlabs" ];
then
if [ $codename == "helium" ] || [ $codename == "lithium" ] || [ $codename == "buster" ] || [ $codename == "beryllium" ];
if [ $codename == "helium" ] || [ $codename == "lithium" ] || [ $codename == "beryllium" ] || [ $codename == "boron" ];
then
echo -e "\nPlatform requirements satisfied, proceeding ..."
else
Expand Down

0 comments on commit 161c134

Please sign in to comment.