We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4703b2 commit b3c7296Copy full SHA for b3c7296
README.md
@@ -10,13 +10,19 @@ install linuxcnc using the 64 bits stretch iso
10
11
http://www.linuxcnc.org/testing-stretch-rtpreempt/
12
13
-once boot upgrade to linuxcnc version 2.8 or master
14
-
15
* Upgrade linuxcnc
16
17
```bash
18
$ sudo apt update
19
$ sudo apt upgrade
+$ sudo apt dist-upgrade
+$ sudo apt install dirmngr
20
+$ sudo apt install software-properties-common
21
+$ sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
22
+$ sudo add-apt-repository "deb http://buildbot.linuxcnc.org/ stretch 2.8-rtpreempt"
23
+$ sudo apt update
24
+$ sudo apt upgrade
25
26
```
27
28
0 commit comments