Skip to content

Commit b3c7296

Browse files
committed
2.8 install steps
1 parent e4703b2 commit b3c7296

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ install linuxcnc using the 64 bits stretch iso
1010

1111
http://www.linuxcnc.org/testing-stretch-rtpreempt/
1212

13-
once boot upgrade to linuxcnc version 2.8 or master
14-
1513
* Upgrade linuxcnc
1614

1715
```bash
1816
$ sudo apt update
1917
$ sudo apt upgrade
18+
$ sudo apt dist-upgrade
19+
$ 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+
$ sudo apt dist-upgrade
2026
```
2127

2228

0 commit comments

Comments
 (0)