-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Regulate two judgments, this will not cause functional changes. 2. Add some supplementary content, mainly for subsequent maintenance.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,24 +31,28 @@ installed: /etc/systemd/system/[email protected] | |
### 安裝 cURL | ||
|
||
``` | ||
# apt update | ||
# apt install curl | ||
``` | ||
|
||
or | ||
|
||
``` | ||
# yum makecache | ||
# yum install curl | ||
``` | ||
|
||
or | ||
|
||
``` | ||
# dnf makecache | ||
# dnf install curl | ||
``` | ||
|
||
or | ||
|
||
``` | ||
# zypper refresh | ||
# zypper install curl | ||
``` | ||
|
||
|
@@ -94,3 +98,9 @@ usage: install-release.sh [--remove | --version number | -c | -f | -h | -l | -p] | |
-l, --local Install V2Ray from a local file | ||
-p, --proxy Download through a proxy server, e.g., -p http://127.0.0.1:8118 or -p socks5://127.0.0.1:1080 | ||
``` | ||
|
||
## 維護 | ||
|
||
請於 [develop](https://github.com/v2fly/fhs-install-v2ray/tree/develop) 分支進行,以避免對主分支造成破壞。 | ||
|
||
待確定無誤後,兩分支將進行合併。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters