adding dify installer

This commit is contained in:
Peternashaat
2025-05-27 09:05:08 +00:00
parent 345a79d8ff
commit 484bfe393e
7 changed files with 528 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.installers.infra.dify as dify_installer
mut dify := dify_installer.get()!
dify.install()!
dify.start()!
dify.destroy()!