Skip to content

Commit

Permalink
FPP-Wifi-Drivers now requires bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed May 1, 2020
1 parent 94b9ebd commit 363848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ make clean ; make optimized
if [ "$FPPPLATFORM" == "Raspberry Pi" -o "$FPPPLATFORM" == "BeagleBone Black" ]; then
echo "FPP - Compiling WIFI drivers"
cd /opt/fpp/SD
sh ./FPP-Wifi-Drivers.sh
bash ./FPP-Wifi-Drivers.sh
rm -f /etc/modprobe.d/rtl8723bu-blacklist.conf

sed -i 's/ExecStart.*/ExecStart=\/usr\/sbin\/connmand -n --nodnsproxy/g' /lib/systemd/system/connman.service
Expand Down

0 comments on commit 363848b

Please sign in to comment.