Skip to content

Commit

Permalink
for the IPT we do not need the radiotracking component
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lampe committed Jul 14, 2021
1 parent 818b4af commit 9cad867
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BatRack.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ EOF
RUN tee -a /etc/modprobe.d/raspi-blacklist.conf <<<'blacklist dvb_usb_rtl28xxu'

# Install radiotracking
RUN python3 -m pip install -e /home/pi/pyradiotracking
RUN systemctl enable radiotracking.service
RUN tee -a /etc/sysdweb.conf <<EOF
[radiotracking]
title = RadioTracking
unit = radiotracking
EOF
#RUN python3 -m pip install -e /home/pi/pyradiotracking
#RUN systemctl enable radiotracking.service
#RUN tee -a /etc/sysdweb.conf <<EOF
#[radiotracking]
#title = RadioTracking
#unit = radiotracking
#EOF

#################################################
### BatRack configuration
Expand Down

0 comments on commit 9cad867

Please sign in to comment.