Skip to content

Commit

Permalink
Update rm_source.md
Browse files Browse the repository at this point in the history
Let the source link more standardized
  • Loading branch information
YuuinIH committed Nov 5, 2021
1 parent b758587 commit dca73dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions current_docs/quick_start/rm_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wget -O - https://rmsource.gdutelc.com/key/public.key | sudo apt-key add -
## 添加源
将软件源添加到apt的sources.list文件。
```sh
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
```
更新软件源。
```sh
Expand All @@ -25,4 +25,4 @@ sudo apt update
完成以上操作后,即可在apt list中查找到可安装的最新版本的rm-controls。
```sh
sudo apt list ros-noetic-rm*
```
```

0 comments on commit dca73dc

Please sign in to comment.