Files
BeamMP-Server/scripts/debian/1-install-deps.sh
2023-12-05 13:28:08 +01:00

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++