Skip to content

Commit ccead81

Browse files
committed
Replace wget with curl as provided wget is http only.
1 parent f16fd20 commit ccead81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/install/gateway/tektelic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,20 @@ the back of the gateway (the 9 characters above the 12V = 1A line).
153153
### Download IPK package
154154

155155
Find 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
157157
as 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

0 commit comments

Comments
 (0)