diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 10:52:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 10:52:15 +0800 |
| commit | cd2ac22ad8d32a0500c5a3f71053ef819b0643c0 (patch) | |
| tree | 08fcd674849caba184c560bee88b5b1637d987c3 | |
| parent | 37bbc0ccf6ca34c1163384742f172741a5322c75 (diff) | |
fix(install): make run.sh executable after installation
| -rw-r--r-- | install/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/install.sh b/install/install.sh index 3dece5f..59b2656 100644 --- a/install/install.sh +++ b/install/install.sh @@ -19,6 +19,7 @@ rm -rf "$REPO_DIR/.git" echo "Installing files..." cp -a "$REPO_DIR/." . +chmod +x run.sh echo "Cleaning up temporary directory..." rm -rf "$TEMP_DIR" |
