generated from mirzaev/pot
Initial commit
This commit is contained in:
15
install.sh
Executable file
15
install.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d author/project ]; then
|
||||
mv author/project author/vsehvrot
|
||||
fi
|
||||
|
||||
if [ -d author ]; then
|
||||
mv author kodorvan
|
||||
fi
|
||||
|
||||
if [ -e kodorvan/vsehvrot/system/settings/*.sample ]; then
|
||||
for i in kodorvan/vsehvrot/system/settings/*.sample; do
|
||||
cp "$i" "${i/.sample/}";
|
||||
done
|
||||
fi
|
||||
Reference in New Issue
Block a user