Added manual build in script

This commit is contained in:
Alexey Berezhok
2026-06-21 23:54:33 +03:00
parent ffc5c20fee
commit 8c241b4075
3 changed files with 52 additions and 0 deletions

View File

@@ -188,3 +188,14 @@ server {
}
```
Or build manually using the build script, call it from the project root:
```
bash package_preparer.sh installdeps
bash package_preparer.sh download . system
bash package_preparer.sh build
bash package_preparer.sh installmod
```
You need to ensure that additional packages will be installed.