summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-12-10 10:22:45 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-12-10 10:22:52 +0800
commit5fd3992ff8eea62967288c639985bfe60b9a171b (patch)
treec5e62533ce32fd1f7f6335c9f210ace1a7ea1374
parent89eb19bcbb6f56778d58ad5710ff83feecf2da9b (diff)
Move installation script to setup/linux directory
-rw-r--r--README.md2
-rw-r--r--README_zh_CN.md2
-rw-r--r--setup/linux/inst.sh (renamed from scripts/inst.sh)0
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4545a99..0770896 100644
--- a/README.md
+++ b/README.md
@@ -20,5 +20,5 @@
```bash
# Linux
-curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/inst.sh | bash
+curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/setup/linux/inst.sh | bash
```
diff --git a/README_zh_CN.md b/README_zh_CN.md
index dcd9537..e129640 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -20,5 +20,5 @@
```bash
# Linux
-curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/inst.sh | bash
+curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/setup/linux/inst.sh | bash
```
diff --git a/scripts/inst.sh b/setup/linux/inst.sh
index bbebeb8..bbebeb8 100644
--- a/scripts/inst.sh
+++ b/setup/linux/inst.sh