Closed smarty125 closed 2 years ago
In the MQTT readme section, your mention to:
sudo curl https://github.com/ccutrer/balboa_worldwide_app/raw/master/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service
The curl command pulls in a file that seems to be mostly github "junk".
Question: Should it not rather be:
sudo curl https://github.com/ccutrer/balboa_worldwide_app/tree/main/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service? ==>Note that "/raw/master/" was replaced with "/tree/main/"
As you can tell, I am a GitHub novice, so if this is incorrect, please forgive me.
I believe the correct link is https://github.com/ccutrer/balboa_worldwide_app/blob/main/contrib/bwa_mqtt_bridge.service
In the MQTT readme section, your mention to:
sudo curl https://github.com/ccutrer/balboa_worldwide_app/raw/master/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service
The curl command pulls in a file that seems to be mostly github "junk".
Question: Should it not rather be:
sudo curl https://github.com/ccutrer/balboa_worldwide_app/tree/main/contrib/bwa_mqtt_bridge.service -L -o /etc/systemd/system/bwa_mqtt_bridge.service? ==>Note that "/raw/master/" was replaced with "/tree/main/"
As you can tell, I am a GitHub novice, so if this is incorrect, please forgive me.