Change permissions and remove chmod in install.sh

This commit is contained in:
Lars Gremme 2020-05-02 17:31:06 +02:00
parent b2d49244f8
commit 8ea90d5e53

1
install.sh Normal file → Executable file
View file

@ -198,7 +198,6 @@ echo "[9/9] [#########]"
tput cup 15 5
echo "-> configure..........................."
cd $boswatchpath/
chmod +x *
echo $'# BOSWatch - blacklist the DVB drivers to avoid conflicts with the SDR driver\n blacklist dvb_usb_rtl28xxu \n blacklist rtl2830\n blacklist dvb_usb_v2\n blacklist dvb_core' >> /etc/modprobe.d/boswatch_blacklist_sdr.conf
# Installation is ready