How do I stop/uninstall a feeder script?

I recently installed TheAirTraffic feeder script on an RPi4 runnin an Airspy Mini using the following commands:

curl -L -o /tmp/tatfeed.sh https://raw.githubusercontent.com/Jxck-S/tat-feeder/master/install.sh
sudo bash /tmp/tatfeed.sh

Please could someone advise what commands I could use to stop and preferably uninstall the feeder

Thank you


wget https://github.com/Jxck-S/tat-feeder/raw/master/uninstall.sh   

sudo bash uninstall.sh   

You would have to look at that .sh script file and see what it did for the install. I’m not familiar with that feeder but it looks like a fork of adsbexchange. It has two services. theairtraffic-feed and theairtraffic-mlat. You could stop those services, and disable them so they won’t start at boot.

@NigelRichardson
@Jranderson777

The uninstall.sh file downloaded by the wget command in my last post, does all the uninstall and cleanup. The wget command downloads the uninstall.sh file from the site from where the app was installed.

Many thanks, all sorted now.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.