Skip to content

Commit ff2bf1c

Browse files
committed
recommend apt instead of apt-get
gets it done in 2 steps instead of 3 and has prettier output
1 parent f9cc8c2 commit ff2bf1c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/tutorials/upgrading-ev3dev.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4443
1. 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
-----------------------------------|-------------

0 commit comments

Comments
 (0)