chore: restructure the installers for organize the installers

This commit is contained in:
Mahmoud Emad
2025-02-13 13:11:49 +00:00
parent 9a4a39b19a
commit 6e0572b48a
15 changed files with 0 additions and 0 deletions

View File

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