2024-10-26 14:54:40 +08:00
|
|
|
|
# ---------------------------------------------------------------
|
|
|
|
|
# Doc Type : Text
|
|
|
|
|
# Doc Authors : xuan <wick.dynex@qq.com>
|
|
|
|
|
# | ChatGPT <https://chatgpt.com>
|
|
|
|
|
# Contributors : Aoran Zeng <ccmywish@qq.com>
|
|
|
|
|
# |
|
|
|
|
|
# Created On : <2024-10-25>
|
|
|
|
|
# Last Modified : <2024-10-26>
|
|
|
|
|
#
|
|
|
|
|
# tool目录文档
|
|
|
|
|
# ---------------------------------------------------------------
|
|
|
|
|
|
2024-10-25 16:05:44 +08:00
|
|
|
|
###########################################################################
|
2024-10-26 14:54:40 +08:00
|
|
|
|
# chsrc 相关工具
|
2024-10-25 16:05:44 +08:00
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
|
|
************
|
|
|
|
|
1. 概述
|
|
|
|
|
************
|
|
|
|
|
|
2024-10-26 14:54:40 +08:00
|
|
|
|
此文件夹包含许多与安装 chsrc 二进制文件相关的脚本工具,您可以使用这些工具指定目录路径和发布版本。
|
2024-10-25 16:05:44 +08:00
|
|
|
|
|
|
|
|
|
********
|
|
|
|
|
2. 文件
|
|
|
|
|
********
|
|
|
|
|
|
2024-10-27 20:56:34 +08:00
|
|
|
|
installer.sh Bash 编写的一键安装工具
|
|
|
|
|
installer.ps1 Powershell 编写的一键安装工具
|
2024-10-26 14:54:40 +08:00
|
|
|
|
README.txt 此文件
|
2024-10-25 16:05:44 +08:00
|
|
|
|
|
|
|
|
|
*******************
|
|
|
|
|
3. 安装
|
|
|
|
|
*******************
|
|
|
|
|
|
|
|
|
|
步骤1:输入“sudo chmod u+x ./install.sh”以使脚本可执行。
|
|
|
|
|
|
2024-10-25 20:24:09 +08:00
|
|
|
|
步骤2:输入“./install.sh [-h] [-d <install_directory>] [-v <version>] [-l <language>]”指定安装路径,发布版本和脚本语言。
|
2024-10-25 16:05:44 +08:00
|
|
|
|
|
|
|
|
|
步骤3:如果出现错误,请检查您的网络连接并确保您可以访问Gitee。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
2024-10-26 14:54:40 +08:00
|
|
|
|
# chsrc realated tools
|
2024-10-25 16:05:44 +08:00
|
|
|
|
# English Version
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
|
|
************
|
|
|
|
|
1. Overview
|
|
|
|
|
************
|
|
|
|
|
|
2024-10-26 14:54:40 +08:00
|
|
|
|
This folder contains many script tools realated to install chsrc binary file,
|
2024-10-25 16:05:44 +08:00
|
|
|
|
you can use the tools to specify directory path and release version.
|
|
|
|
|
|
|
|
|
|
********
|
|
|
|
|
2. Files
|
|
|
|
|
********
|
|
|
|
|
|
2024-10-27 20:56:34 +08:00
|
|
|
|
installer.sh One-key install tool in Bash
|
|
|
|
|
installer.ps1 One-key install tool in PowerShell
|
2024-10-26 14:54:40 +08:00
|
|
|
|
README.txt This file
|
2024-10-25 16:05:44 +08:00
|
|
|
|
|
|
|
|
|
*******************
|
|
|
|
|
3. Install
|
|
|
|
|
*******************
|
|
|
|
|
|
|
|
|
|
Step 1: Type "sudo chmod u+x ./install.sh" to make scrpit executable.
|
|
|
|
|
|
2024-10-25 20:24:09 +08:00
|
|
|
|
Step 2: Type "./install.sh [-h] [-d <install_directory>] [-v <version>] [-l <language>]" to specify install path and release version also language.
|
2024-10-25 16:05:44 +08:00
|
|
|
|
|
2024-10-26 14:54:40 +08:00
|
|
|
|
Step 3: If an error occurs, please check your internet connection and ensure that you can access Gitee.
|