mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
7 lines
191 B
Bash
7 lines
191 B
Bash
#!/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
|