added installer

This commit is contained in:
2024-01-11 05:38:30 +07:00
parent 87a80b7c91
commit a0621b623b
18 changed files with 46 additions and 33 deletions

10
install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/${REPO_NAME}
fi
if [ -d author ]; then
mv author ${REPO_OWNER}
fi