Skip to content

Instantly share code, notes, and snippets.

@PainedPsyche
PainedPsyche / build_server_linux.sh
Last active June 14, 2022 18:38
Attempt at modifying build_server_proot.sh to use a volume containing fivem repository mounted from the host system
#!/bin/sh
set -e
# update local package lists
apk update
# install build dependencies
apk add curl git xz sudo rsync openssh-client