mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 07:10:16 +01:00
Change permissions and remove chmod in install.sh
This commit is contained in:
parent
b2d49244f8
commit
8ea90d5e53
1
install.sh
Normal file → Executable file
1
install.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue