Skip to content

Commit

Permalink
Added support for Parrot OS 5.1 (Electro Ara); Codename 'ara'
Browse files Browse the repository at this point in the history
  • Loading branch information
z3d6380 authored and Barabazs committed Jan 26, 2023
1 parent 9b1513f commit 9b7611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion displaylink-debian.sh
Expand Up @@ -253,7 +253,7 @@ then
# Parrot
elif [ "$lsb" == "Parrot" ];
then
if [ $codename == "n/a" ] || [ $codename == "lts" ];
if [ $codename == "n/a" ] || [ $codename == "lts" ] || [ $codename == "ara" ];
then
echo -e "\nPlatform requirements satisfied, proceeding ..."
else
Expand Down

0 comments on commit 9b7611a

Please sign in to comment.