diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:33:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:33:15 +0800 |
| commit | 2de954b15f37c49cff12c8dc64421f567ff0a538 (patch) | |
| tree | d72ddb3bd1ea5e347a374dcf40b4dd48f1da0ea9 /install/install.sh | |
| parent | db3760d1a1704be93049992e19dca3996237643c (diff) | |
feat: add project landing page with install and usage docs
Diffstat (limited to 'install/install.sh')
| -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 59b2656..b7e23f4 100644 --- a/install/install.sh +++ b/install/install.sh @@ -12,6 +12,7 @@ git clone https://github.com/catilgrass/run "$REPO_DIR" echo "Removing unwanted files..." rm -f "$REPO_DIR/README.md" "$REPO_DIR/LICENSE" +rm -f "$REPO_DIR/.nojekyll" "$REPO_DIR/index.html" rm -rf "$REPO_DIR/install" echo "Removing git data..." |
