From 8ea90d5e5316c0026adfb44401a9e880965baa20 Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Sat, 2 May 2020 17:31:06 +0200 Subject: [PATCH] Change permissions and remove chmod in install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 0739a2a..f13867e --- a/install.sh +++ b/install.sh @@ -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