File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/content/install/gateway Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,20 +153,20 @@ the back of the gateway (the 9 characters above the 12V = 1A line).
153153### Download IPK package
154154
155155Find the latest package at https://artifacts.loraserver.io/vendor/tektelic/kona-micro/
156- and copy the URL to your clipboard. Then on the gateway use ` wget ` and paste the link
156+ and copy the URL to your clipboard. Then on the gateway use ` curl ` and use the link
157157as argument. Example for ` lora-gateway-bridge_2.7.0-r6_kona_micro.ipk ` :
158158
159159{{<highlight bash >}}
160- wget https://artifacts.loraserver.io/vendor/tektelic/kona-micro/lora-gateway-bridge_2.7.0-r6_kona_micro.ipk
160+ # curl URL --output lora-gateway-bridge.ipk
161+ curl https://artifacts.loraserver.io/vendor/tektelic/kona-micro/lora-gateway-bridge_2.7.0-r6_kona_micro.ipk --output lora-gateway-bridge.ipk
161162{{</highlight >}}
162163
163164### Install IPK package
164165
165- Use the ` opkg ` package-manager to install the downloaded package. Example for
166- ` lora-gateway-bridge_2.7.0-r6_kona_micro.ipk ` :
166+ Use the ` opkg ` package-manager to install the downloaded package. Example:
167167
168168{{<highlight bash >}}
169- opkg install lora-gateway-bridge_2.7.0-r6_kona_micro .ipk
169+ opkg install lora-gateway-bridge .ipk
170170{{</highlight >}}
171171
172172### Edit the LoRa Gateway Bridge configuration
You can’t perform that action at this time.
0 commit comments