Files
tgstation-server/build/package/deb/install_artifacts.sh
2024-04-21 14:22:11 -04:00

4 lines
116 B
Bash
Executable File

#!/usr/bin/sh -e
cd artifacts && for f in $(find * -type f); do install -D "$f" "$1/opt/tgstation-server/$f"; done