Skip to content

Commit

Permalink
Fixed Linux install commands. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Dec 6, 2024
1 parent e330cf1 commit 2f6744d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Docs/docs/tutorial/10.quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
### Linux

- 1. Installation.
- Ubuntu Noble
- Ubuntu
```sh
sudo add-apt-repository ppa:ippclub/dora-ssr
sudo apt update
Expand All @@ -41,7 +41,7 @@ import TabItem from '@theme/TabItem';
- Debian Bookworm
```sh
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9C7705BF
sudo add-apt-repository -S "deb https://ppa.launchpadcontent.net/ippclub/dora-ssr/ubuntu noble main"
sudo add-apt-repository -S "deb https://ppa.launchpadcontent.net/ippclub/dora-ssr/ubuntu jammy main"
sudo apt update
sudo apt install dora-ssr
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
### Linux

- 1、安装软件:
- Ubuntu Noble
- Ubuntu
```sh
sudo add-apt-repository ppa:ippclub/dora-ssr
sudo apt update
Expand All @@ -40,7 +40,7 @@ import TabItem from '@theme/TabItem';
- Debian Bookworm
```sh
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9C7705BF
sudo add-apt-repository -S "deb https://ppa.launchpadcontent.net/ippclub/dora-ssr/ubuntu noble main"
sudo add-apt-repository -S "deb https://ppa.launchpadcontent.net/ippclub/dora-ssr/ubuntu jammy main"
sudo apt update
sudo apt install dora-ssr
```
Expand Down

0 comments on commit 2f6744d

Please sign in to comment.