Skip to content

Commit b31c1a6

Browse files
committed
Update rm_source.md
Let the source link more standardized
1 parent b758587 commit b31c1a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

current_docs/quick_start/rm_source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ sidebar_position: 3
1111
## 添加公钥
1212
首先,为了保证你获取的软件包的来源可信,你需要获取软件源的公钥并将其加入到你的apt中。
1313
```sh
14-
wget -O - https://rmsource.gdutelc.com/key/public.key | sudo apt-key add -
14+
wget -O - https://rmsource.gdutelc.com/ubuntu/key/public.key | sudo apt-key add -
1515
```
1616
## 添加源
1717
将软件源添加到apt的sources.list文件。
1818
```sh
19-
echo "deb https://rmsource.gdutelc.com/ focal main" | sudo tee -a /etc/apt/sources.list
19+
echo "deb https://rmsource.gdutelc.com/ubuntu/ focal main" | sudo tee -a /etc/apt/sources.list
2020
```
2121
更新软件源。
2222
```sh
@@ -25,4 +25,4 @@ sudo apt update
2525
完成以上操作后,即可在apt list中查找到可安装的最新版本的rm-controls。
2626
```sh
2727
sudo apt list ros-noetic-rm*
28-
```
28+
```

0 commit comments

Comments
 (0)