mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
914eedf240
* Fixes errors when running dependencies.sh outside github * Adds PreCOmpile/InstallDeps/WatchdogLaunch Script heavilybased on tgs versions * removes tgui artifacts -> using server side build script instead * removes librust_g.so -> using server side build script instead * adds .tgs.yml * Bump Flyway Version Co-authored-by: Werner <Arrow768@users.noreply.github.com>
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Special file to ensure all dependencies still exist between server launches.
|
|
# Mainly for use by people who abuse docker by modifying the container's system.
|
|
|
|
./InstallDeps.sh
|