Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 6e355e3

Browse files
committed
clean apt commands
update/upgrade command are not necessary and can also be assumed to be sufficiently up to date
1 parent 73075e7 commit 6e355e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ To build the firmware yourself you need a Unix console to enter commands into.
1212
Install dependencies for the build environment (Debian/Ubuntu):
1313

1414
```bash
15-
sudo apt-get update; sudo apt-get upgrade
16-
sudo apt-get install subversion g++ zlib1g-dev build-essential git python
17-
sudo apt-get install libncurses5-dev gawk gettext unzip file libssl-dev wget
15+
sudo apt install subversion g++ zlib1g-dev build-essential git python
16+
sudo apt install libncurses5-dev gawk gettext unzip file libssl-dev wget
1817
```
1918
Build commands for the console:
2019

0 commit comments

Comments
 (0)