mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 07:15:49 +00:00
7 lines
188 B
Bash
7 lines
188 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
git config --global --add safe.directory $(pwd)
|
|
git config --global --add safe.directory $(pwd)/vcpkg
|
|
git config --global --add safe.directory $(pwd)/deps/commandline |