Skip to content

Commit

Permalink
fix: correction of repo.list information
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Oct 24, 2024
1 parent 154a4bb commit a7d0a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/common/radxa-os/_apt-repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sudo apt-get update
本镜像由 [chenjaly](mailto:[email protected]) 提供。

```bash
sudo sed -i "s|https://radxa-repo.github.io|http://apt.chenjaly.cn|g" /etc/apt/sources.list.d/radxa*.list
sudo sed -i "s|https://radxa-repo.github.io|https://apt.chenjaly.cn|g" /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand All @@ -169,7 +169,7 @@ sudo apt-get update
本镜像由 [LZUOSS](https://mirrors.lzu.edu.cn) 提供。

```bash
sudo sed -i "s|https://radxa-repo.github.io|https://mirrors.lzu.edu.cn/radxa-apt|g" /etc/apt/sources.list.d/radxa*.list
sudo sed -i "s|https://radxa-repo.github.io|https://mirrors.lzu.edu.cn/radxa-apt|g" /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand All @@ -178,9 +178,9 @@ sudo apt-get update

```bash
sudo sed -e "s|https://radxa-apt.aghost.cn|https://radxa-repo.github.io|g" \
-e "s|http://apt.chenjaly.cn|https://radxa-repo.github.io|g" \
-e "s|https://apt.chenjaly.cn|https://radxa-repo.github.io|g" \
-e "s|https://mirrors.lzu.edu.cn/radxa-apt|https://radxa-repo.github.io|g" \
-i /etc/apt/sources.list.d/radxa*.list
-i /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sudo apt-get update
This mirror is provided by [chenjaly](mailto:[email protected]).

```bash
sudo sed -i "s|https://radxa-repo.github.io|http://apt.chenjaly.cn|g" /etc/apt/sources.list.d/radxa*.list
sudo sed -i "s|https://radxa-repo.github.io|https://apt.chenjaly.cn|g" /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand All @@ -172,7 +172,7 @@ sudo apt-get update
This mirror is provided by [LZUOSS](https://mirrors.lzu.edu.cn).

```bash
sudo sed -i "s|https://radxa-repo.github.io|https://mirrors.lzu.edu.cn/radxa-apt|g" /etc/apt/sources.list.d/radxa*.list
sudo sed -i "s|https://radxa-repo.github.io|https://mirrors.lzu.edu.cn/radxa-apt|g" /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand All @@ -181,9 +181,9 @@ sudo apt-get update

```bash
sudo sed -e "s|https://radxa-apt.aghost.cn|https://radxa-repo.github.io|g" \
-e "s|http://apt.chenjaly.cn|https://radxa-repo.github.io|g" \
-e "s|https://apt.chenjaly.cn|https://radxa-repo.github.io|g" \
-e "s|https://mirrors.lzu.edu.cn/radxa-apt|https://radxa-repo.github.io|g" \
-i /etc/apt/sources.list.d/radxa*.list
-i /etc/apt/sources.list.d/*radxa*.list
sudo apt-get update
```

Expand Down

0 comments on commit a7d0a91

Please sign in to comment.