A simple script to install Rustbase and tools.
curl -L https://www.rustbase.app/install | bashYou can pass arguments to the script to install only the tools you want.
| Argument | Description |
|---|---|
| --no-cli | Installer will not install Rustbase CLI |
| --no-service | Install will not add Rustbase Server to systemctl |
| File | Description |
|---|---|
| install.sh | File that install Rustbase Server |
| install-cli.sh | File that install Rustbase CLI |
