mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-09 12:24:07 +08:00
Rename to installer
This commit is contained in:
parent
dd4a9efd52
commit
079a962ab7
@ -24,8 +24,8 @@
|
|||||||
2. 文件
|
2. 文件
|
||||||
********
|
********
|
||||||
|
|
||||||
install.sh Bash 编写的一键安装工具
|
installer.sh Bash 编写的一键安装工具
|
||||||
install.ps1 Powershell 编写的一键安装工具
|
installer.ps1 Powershell 编写的一键安装工具
|
||||||
README.txt 此文件
|
README.txt 此文件
|
||||||
|
|
||||||
*******************
|
*******************
|
||||||
@ -56,8 +56,8 @@ you can use the tools to specify directory path and release version.
|
|||||||
2. Files
|
2. Files
|
||||||
********
|
********
|
||||||
|
|
||||||
install.sh One-key install tool in Bash
|
installer.sh One-key install tool in Bash
|
||||||
install.ps1 One-key install tool in PowerShell
|
installer.ps1 One-key install tool in PowerShell
|
||||||
README.txt This file
|
README.txt This file
|
||||||
|
|
||||||
*******************
|
*******************
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# File Name : install.ps1
|
# File Name : installer.ps1
|
||||||
# File Authors : xuan <wick.dynex@qq.com>
|
# File Authors : xuan <wick.dynex@qq.com>
|
||||||
# | ChatGPT <https://chatgpt.com/>
|
# | ChatGPT <https://chatgpt.com/>
|
||||||
# Contributors : Aoran Zeng <ccmywish@qq.com>
|
# Contributors : Aoran Zeng <ccmywish@qq.com>
|
2
tool/install.sh → tool/installer.sh
Executable file → Normal file
2
tool/install.sh → tool/installer.sh
Executable file → Normal file
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# File Name : install.sh
|
# File Name : installer.sh
|
||||||
# File Authors : GnixAij <gaojiaxing0220@gmail.com>
|
# File Authors : GnixAij <gaojiaxing0220@gmail.com>
|
||||||
# | xuan <wick.dynex@qq.com>
|
# | xuan <wick.dynex@qq.com>
|
||||||
# | ChatGPT <https://chatgpt.com>
|
# | ChatGPT <https://chatgpt.com>
|
Loading…
x
Reference in New Issue
Block a user