From 079a962ab72f06804bd66b8868d8fdae3768d829 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 27 Oct 2024 20:56:34 +0800 Subject: [PATCH] Rename to installer --- tool/README.txt | 8 ++++---- tool/{install.ps1 => installer.ps1} | 2 +- tool/{install.sh => installer.sh} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename tool/{install.ps1 => installer.ps1} (99%) rename tool/{install.sh => installer.sh} (99%) mode change 100755 => 100644 diff --git a/tool/README.txt b/tool/README.txt index 02fcf6e..aef3109 100644 --- a/tool/README.txt +++ b/tool/README.txt @@ -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 ******************* diff --git a/tool/install.ps1 b/tool/installer.ps1 similarity index 99% rename from tool/install.ps1 rename to tool/installer.ps1 index a103e42..39530de 100644 --- a/tool/install.ps1 +++ b/tool/installer.ps1 @@ -1,5 +1,5 @@ # --------------------------------------------------------------- -# File Name : install.ps1 +# File Name : installer.ps1 # File Authors : xuan # | ChatGPT # Contributors : Aoran Zeng diff --git a/tool/install.sh b/tool/installer.sh old mode 100755 new mode 100644 similarity index 99% rename from tool/install.sh rename to tool/installer.sh index 0fc0d2c..d916962 --- a/tool/install.sh +++ b/tool/installer.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # --------------------------------------------------------------- -# File Name : install.sh +# File Name : installer.sh # File Authors : GnixAij # | xuan # | ChatGPT