mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-21 23:57:26 +08:00
Rename to installer
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
This commit is contained in:
parent
dd4a9efd52
commit
079a962ab7
|
@ -24,8 +24,8 @@
|
|||
2. 文件
|
||||
********
|
||||
|
||||
install.sh Bash 编写的一键安装工具
|
||||
install.ps1 Powershell 编写的一键安装工具
|
||||
installer.sh Bash 编写的一键安装工具
|
||||
installer.ps1 Powershell 编写的一键安装工具
|
||||
README.txt 此文件
|
||||
|
||||
*******************
|
||||
|
@ -56,8 +56,8 @@ you can use the tools to specify directory path and release version.
|
|||
2. Files
|
||||
********
|
||||
|
||||
install.sh One-key install tool in Bash
|
||||
install.ps1 One-key install tool in PowerShell
|
||||
installer.sh One-key install tool in Bash
|
||||
installer.ps1 One-key install tool in PowerShell
|
||||
README.txt This file
|
||||
|
||||
*******************
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# ---------------------------------------------------------------
|
||||
# File Name : install.ps1
|
||||
# File Name : installer.ps1
|
||||
# File Authors : xuan <wick.dynex@qq.com>
|
||||
# | ChatGPT <https://chatgpt.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
|
||||
# ---------------------------------------------------------------
|
||||
# File Name : install.sh
|
||||
# File Name : installer.sh
|
||||
# File Authors : GnixAij <gaojiaxing0220@gmail.com>
|
||||
# | xuan <wick.dynex@qq.com>
|
||||
# | ChatGPT <https://chatgpt.com>
|
Loading…
Reference in New Issue
Block a user