Skip to content

Commit 55ec383

Browse files
authored
Update getting-linuxcnc.adoc: use sources.list.d
as per my comments on #2522 2522
1 parent c74e11b commit 55ec383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ package: linuxcnc-uspace-doc-zh-cn
284284
pin: release o=http://buildbot2.highlab.com/debian/
285285
Pin-Priority: 500
286286
----
287-
Hit Control-O, Y, Control-X to save the file and exit nano. Then type the following commands. Make sure you don't make a mistake or you could corrupt a critical linux config file /etc/apt/sources.list
287+
Hit Control-O, Y, Control-X to save the file and exit nano. Then type the following commands.
288288
.
289289
Before starting, you may wish to run linuxcnc from the command line and note the version number displayed as it loads. Exit the linuxcnc chooser and note the version number.
290290
Then type the following commands:
291291
----
292292
cd ~/Downloads
293293
wget http://buildbot2.highlab.com/buildbot-archive-key.gpg
294294
sudo cp ./buildbot-archive-key.gpg /etc/apt/trusted.gpg.d
295-
sudo echo "deb http://buildbot2.highlab.com/debian/ bookworm 2.9-uspace" | sudo tee -a /etc/apt/sources.list
295+
sudo echo "deb http://buildbot2.highlab.com/debian/ bookworm 2.9-uspace" | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
296296
sudo apt update
297297
sudo apt upgrade
298298
----

0 commit comments

Comments
 (0)