- Add a new Rust installer. - Fix some issues with the rust installer. - better organize the language-specific installers.
8 lines
233 B
GLSL
Executable File
8 lines
233 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import freeflowuniverse.herolib.installers.lang.nodejs
|
|
|
|
mut nodejs_installer := nodejs.get()!
|
|
// nodejs_installer.install()!
|
|
nodejs_installer.destroy()!
|