mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-19 06:40:01 +00:00
add ubuntu 22.04 build step
This commit is contained in:
7
scripts/debian-11/1.5-git-safe.sh
Normal file
7
scripts/debian-11/1.5-git-safe.sh
Normal file
@@ -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