Skip to content

Commit

Permalink
Rename to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Oct 27, 2024
1 parent dd4a9ef commit 079a962
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tool/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
2. 文件
********

install.sh Bash 编写的一键安装工具
install.ps1 Powershell 编写的一键安装工具
installer.sh Bash 编写的一键安装工具
installer.ps1 Powershell 编写的一键安装工具
README.txt 此文件

*******************
Expand Down Expand Up @@ -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

*******************
Expand Down
2 changes: 1 addition & 1 deletion tool/install.ps1 → tool/installer.ps1
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tool/install.sh → tool/installer.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 079a962

Please sign in to comment.