-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from 1328032567/update-bash-script
Fix install.sh bug and Add new Language selection feature
- Loading branch information
Showing
2 changed files
with
203 additions
and
31 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
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
########################################################################### | ||
# Chsrc 相关工具 | ||
# 脚本工具 | ||
########################################################################### | ||
|
||
************ | ||
1. 概述 | ||
************ | ||
|
||
此文件夹包含许多与安装 Chsrc 二进制文件相关的脚本工具,您可以使用这些工具指定目录路径和发布版本。 | ||
|
||
******** | ||
2. 文件 | ||
******** | ||
|
||
install.sh Bash 安装工具 | ||
install.ps1 Powershell 安装工具。 | ||
reademe.txt 此文件 | ||
|
||
******************* | ||
3. 安装 | ||
******************* | ||
|
||
步骤1:输入“sudo chmod u+x ./install.sh”以使脚本可执行。 | ||
|
||
步骤2:输入“./install.sh [-h] [-d <install_directory>] [-v <version>] [-l <language>]”指定安装路径,发布版本和脚本语言。 | ||
|
||
步骤3:如果出现错误,请检查您的网络连接并确保您可以访问Gitee。 | ||
|
||
|
||
|
||
##################################################################### | ||
# Chsrc realated tools | ||
# Scripts Tools | ||
# English Version | ||
##################################################################### | ||
|
||
************ | ||
1. Overview | ||
************ | ||
|
||
This folder contains many script tools realated to install Chsrc binary file, | ||
you can use the tools to specify directory path and release version. | ||
|
||
******** | ||
2. Files | ||
******** | ||
|
||
install.sh Bash install tool. | ||
reademe.txt This file | ||
|
||
******************* | ||
3. Install | ||
******************* | ||
|
||
Step 1: Type "sudo chmod u+x ./install.sh" to make scrpit executable. | ||
|
||
Step 2: Type "./install.sh [-h] [-d <install_directory>] [-v <version>] [-l <language>]" to specify install path and release version also language. | ||
|
||
Step 3: If an error occurs, please check your internet connection and ensure that you can access Gitee. |