mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-24 07:30:42 +00:00
add installation scripts for Debian 13
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user