Initial commit

This commit is contained in:
2025-11-15 14:22:57 +07:00
commit 010f58af04
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/marketfucker
fi
if [ -d author ]; then
mv author mirzaev
fi
if [ -e mirzaev/marketfucker/system/settings/*.sample ]; then
for i in mirzaev/marketfucker/system/settings/*.sample; do
cp "$i" "${i/.sample/}";
done
fi