We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758587 commit b31c1a6Copy full SHA for b31c1a6
current_docs/quick_start/rm_source.md
@@ -11,12 +11,12 @@ sidebar_position: 3
11
## 添加公钥
12
首先,为了保证你获取的软件包的来源可信,你需要获取软件源的公钥并将其加入到你的apt中。
13
```sh
14
-wget -O - https://rmsource.gdutelc.com/key/public.key | sudo apt-key add -
+wget -O - https://rmsource.gdutelc.com/ubuntu/key/public.key | sudo apt-key add -
15
```
16
## 添加源
17
将软件源添加到apt的sources.list文件。
18
19
-echo "deb https://rmsource.gdutelc.com/ focal main" | sudo tee -a /etc/apt/sources.list
+echo "deb https://rmsource.gdutelc.com/ubuntu/ focal main" | sudo tee -a /etc/apt/sources.list
20
21
更新软件源。
22
@@ -25,4 +25,4 @@ sudo apt update
25
完成以上操作后,即可在apt list中查找到可安装的最新版本的rm-controls。
26
27
sudo apt list ros-noetic-rm*
28
-```
+```
0 commit comments