Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Add bash script to check driver on some distros. #54

Merged
merged 13 commits into from
May 6, 2020
1 change: 0 additions & 1 deletion scripts/check_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ check_h264() {
then
true
else
echo -e "❌ \e[91mH264 not found.\e[0m\nPlease generate a report with the following command:\n\t- curl https://raw.githubusercontent.com/NicolasGuilloux/blade-shadow-beta/master/scripts/report.pl | perl"
NicolasGuilloux marked this conversation as resolved.
Show resolved Hide resolved
false
fi
}
Expand Down