feat: add native fnOS package

This commit is contained in:
2026-08-02 14:43:37 +08:00
parent e62dfd2de1
commit e8772a39b5
24 changed files with 842 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -eu
"$(dirname -- "$0")/main" stop || true
exit 0