Rename to installer
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run

This commit is contained in:
Aoran Zeng 2024-10-27 20:56:34 +08:00
parent dd4a9efd52
commit 079a962ab7
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 6 additions and 6 deletions

View File

@ -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
*******************

View 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
View 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>