Update install.sh

Added config warning to install script
This commit is contained in:
Smith-fms 2017-02-17 16:41:58 +01:00 committed by GitHub
parent f75d91f59b
commit 4c0120834b

View file

@ -183,6 +183,12 @@ echo $'# BOSWatch - blacklist the DVB drivers to avoid conflict with the SDR dri
tput cup 17 1
echo "BOSWatch is now installed in $boswatchpath/"
echo "Installation ready!"
tput cup 19 3
echo "Watch out: to run BOSWatch you have to generate and modify the config.ini!"
echo "do the following steps to sucess:"
echo "sudo cp $boswatchpath/BOSWatch/config/config.sample.ini $boswatchpath/BOSWatch/config/config.ini"
echo "sudo nano $boswatchpath/BOSWatch/config/config.ini"
echo "and modify the config as you need. This step is optional if you are upgrading an old version of BOSWatch. "
tput cnorm