mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-16 21:30:12 +00:00
9 lines
168 B
Bash
Executable File
9 lines
168 B
Bash
Executable File
set -ex
|
|
|
|
apt-get update -y
|
|
apt-get upgrade -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++
|