We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba0905 commit b7737d0Copy full SHA for b7737d0
docs/getting-started.md
@@ -244,6 +244,15 @@ available hardware.
244
245
{% include /style/begin-section.html %}
246
247
+## Step 5.1: Update `apt`
248
+
249
+Currently, the image file downloaded from step 1 was built in 2020,
250
+some of its built-in packages are dated, and `apt` does not work out of the box.
251
252
+To fix `apt` in general, `/etc/apt/sources.list` needs to be changed to match
253
+https://github.com/ev3dev/docker-library/blob/master/ev3dev-stretch/layers/debian/etc/apt/sources.list
254
255
256
## Step 6: Connect to the EV3 via SSH
257
258
Now that you have a network connection, you should connect to your EV3 with SSH.
0 commit comments