adding dify installer
This commit is contained in:
9
examples/installers/infra/dify.vsh
Executable file
9
examples/installers/infra/dify.vsh
Executable 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()!
|
||||
Reference in New Issue
Block a user