Skip to content

Commit

Permalink
Update wingbits_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 3, 2024
1 parent cd207f1 commit 58c7480
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wget --timeout=30 -q -O /tmp/master.zip https://github.com/wiedehopf/graphs1090/
unzip -q -o master.zip
cd /tmp/graphs1090-master

rrdtool tune --maximum value:U /var/lib/collectd/rrd/localhost/dump1090-localhost/dump1090_cpu-airspy.rrd
mkdir -p /var/lib/collectd/rrd/localhost/dump1090-localhost

cp dump1090.db dump1090.py system_stats.py LICENSE /usr/share/graphs1090
cp *.sh /usr/share/graphs1090
Expand All @@ -47,7 +47,6 @@ chmod u+x /usr/share/graphs1090/*.sh
cp /etc/collectd/collectd.conf /etc/collectd/collectd.conf.graphs1090 &>/dev/null || true
cp collectd.conf /etc/collectd/collectd.conf


sed -i -e 's/RRATimespan 96048000/\0\nRRATimespan 576288000/' /etc/collectd/collectd.conf
sed -i -e 's/XFF.*/XFF 0.8/' /etc/collectd/collectd.conf
sed -i -e 's/skyview978/skyaware978/' /etc/collectd/collectd.conf
Expand Down Expand Up @@ -178,7 +177,3 @@ if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then
bash $ipath/malarky.sh
fi

# curl -sL https://github.com/wiedehopf/graphs1090/raw/master/install.sh | bash

# install tar1090

0 comments on commit 58c7480

Please sign in to comment.