8 lines
286 B
Markdown
Raw Permalink Normal View History

2024-10-07 11:37:44 +02:00
# Server Setup Tools
A collection of tools and files to setup a new server for `libre.moe` infrastructure.
To run the setup script on a fresh Rocky Linux server, run:
```bash
2024-10-07 12:10:07 +02:00
wget https://git.libre.moe/lukas/server-setup-tools/raw/branch/main/base-install.sh && sh base-install.sh
2024-10-07 11:37:44 +02:00
```