mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 23:06:08 +00:00
10 lines
162 B
Bash
Executable File
10 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
apt-get update -y
|
|
|
|
apt-get install -y liblua5.3-0 liblua5.3-dev
|
|
apt-get install -y curl zip unzip tar
|
|
apt-get install -y cmake make git g++
|