Initial commit

This commit is contained in:
Кодорвань
2025-11-04 16:14:56 +07:00
commit ce487f6263
140 changed files with 1013 additions and 0 deletions

15
install.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/perm
fi
if [ -d author ]; then
mv author kodorvan
fi
if [ -e kodorvan/perm/system/settings/*.sample ]; then
for i in kodorvan/perm/system/settings/*.sample; do
cp "i" "i/.sample/";
done
fi