if ! whiptail --backtitle "${RECEIVER_PROJECT_TITLE}"\
--title "Beast-Splitter Setup"\
--yesno "Graphs for readsb and dump1090-fa based on dump1090-tools by mutability.\n\nRepository: https://github.com/wiedehopf/graphs1090\n\nWould you like to begin the setup process now?"\
15 78;then
echo""
echo -e "\e[91m \e[5mINSTALLATION HALTED!\e[25m"
echo -e " Setup has been halted at the request of the user."
wget -v -O $RECEIVER_BUILD_DIRECTORY/graphs1090/install.sh https://github.com/wiedehopf/graphs1090/raw/master/install.sh 2>&1| tee -a $RECEIVER_LOG_FILE
log_message "Executing the Graphs1090 install script"