nano op25.sh
nano op25.sh  
  
"Paste The Following Code And Save"
"Make Sure To Add -l http:0.0.0.0:8765 To Your Command"


#!/bin/bash

sleep 8
cd /home/pi/op25/op25/gr-op25_repeater/apps
./rx.py --args 'rtl' -N 'LNA:40' -S 1000000 -x 2 -o 17e3 -q 0 -T trunk.tsv -2 -U 2> stderr.2 -O plughw:1,0 -l http:0.0.0.0:8765 &  #Make Sure To Replace This rx.py Line With Yours
chromium-browser --window-size=760,620 --incognito --app="http://0.0.0.0:8765"
To Make The Script Executable:

chmod +x op25.sh
Run The Following Command To Add A Single Line Of Code:

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Add The Following At The Bottom And Save:

@lxterminal -e "/home/pi/op25.sh"

Now Reboot:

sudo reboot