1 Star 0 Fork 3

bryan/adsb-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uninstall-dump1090-fa.sh 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Wirth 提交于 2020-11-22 12:42 . renice for readsb-install
#!/bin/bash
ipath=/usr/local/share/adsb-wiki
systemctl stop fr24feed
apt-get remove -y dump1090-fa
apt-get purge -y dump1090-fa
rm -f /etc/lighttpd/conf-enabled/89-dump1090-fa.conf
rm -f /etc/lighttpd/conf-enabled/88-dump1090-fa-statcache.conf
rm -f /usr/local/bin/dump1090-fa-gain
rm -f /usr/local/bin/dump1090-fa-set-location
echo "Restoring old fr24feed settings"
mv $ipath/fr24feed.ini /etc/fr24feed.ini
mv $ipath/89-dump1090.conf /etc/lighttpd/conf-enabled
echo "This might take a moment, give it 5 minutes please."
bash /usr/lib/fr24/install_dump1090.sh
systemctl daemon-reload
systemctl restart fr24feed
systemctl restart lighttpd
echo --------------
echo "install-dump1090-fa: Uninstall complete!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bryan007/adsb-scripts.git
git@gitee.com:bryan007/adsb-scripts.git
bryan007
adsb-scripts
adsb-scripts
master

搜索帮助