Shifted installers to to tools

This commit is contained in:
2026-06-28 11:21:25 +05:30
parent 5ba08f3d20
commit 6e63e54f1e
27 changed files with 53 additions and 54 deletions

View File

@@ -120,10 +120,10 @@ EOF
fi
done
# Also copy installers if they exist locally
if [ -d "$_SCRIPT_DIR/installers" ]; then
mkdir -p "$routes_dir/installers"
cp -r "$_SCRIPT_DIR/installers/"* "$routes_dir/installers/"
# Also copy tools if they exist locally
if [ -d "$_SCRIPT_DIR/tools" ]; then
mkdir -p "$routes_dir/tools"
cp -r "$_SCRIPT_DIR/tools/"* "$routes_dir/tools/"
fi
# Also copy plugins if they exist locally