File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ that other software is up-to-date.
2323 before typing the next. Some steps require confirmation to proceed. Press
2424 'y' when asked.
2525
26- sudo apt-get update
27- sudo apt-get upgrade
28- sudo apt-get dist-upgrade
26+ sudo apt update
27+ sudo apt upgrade
2928
3029 {% include /style/icon.html type="warning" %}
3130 The ` upgrade ` step may take a couple hours to complete, depending on your
@@ -43,8 +42,8 @@ This option will only upgrade core ev3dev packages and not other software.
4342
44431 . Run the following commands, replacing ` linux-image-ev3dev-ev3 ` as shown below:
4544
46- sudo apt-get update
47- sudo apt-get install linux-image-ev3dev-ev3
45+ sudo apt update
46+ sudo apt install linux-image-ev3dev-ev3
4847
4948 Hardware platform | Package name
5049 -----------------------------------|-------------
You can’t perform that action at this time.
0 commit comments